COLOR #EF33CC

HEX: #EF33CC
RGB: (239,51,204)

Color info

#EF33CC contains mainly red and blue colors. Web safe color of #EF33CC is #FF33CC (or #F3C).

RGB color model

#EF33CC color RGB value is (239,51,204).

  • red value is 239;
  • green value is 51;
  • blue value is 204.
RGB:
(239,51,204)
(94%,20%,80%)

RGB channels and saturation

R 239 of 255 = 94%
G 51 of 255 = 20%
B 204 of 255 = 80%

239
51
204

R + G + B ~ 65%. #EF33CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 51 + 204 = 494 (100%)
R 239 of 494 ~ 48.38%
G 51 of 494 ~ 10.32%
B 204 of 494 ~ 41.3%

%48.38
%10.32
%41.3

CMYK color model

#EF33CC color CMYK value is (0,79,15,6).

  • cyan value is 0.00%
  • magenta value is 78.66%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(0,79,15,6)
C0M79Y15K6 
(0%,79%,15%,6%)
(0.00/0.79/0.15/0.06)	

CMYK percentages

%0
%78.66
%14.64
%6.27

Codes

Color #EF33CC in popluar color models

EF33CC
RGB23951204
HSL311°85.45%56.86%
HSB/HSV311°78.66%93.73%
CMYK0.00%78.66%14.64%
6.27%

Color #EF33CC in popluar number systems.

HEXEF33CC
Decimal23951204
Binary1110111111001111001100
Octal35763314

Shades and tints

Shades of #EF33CC

#EF33CC
(239,51,204)
#DA2FBA
(218,47,186)
#C52BA8
(197,43,168)
#B02796
(176,39,150)
#9B2384
(155,35,132)
#861F72
(134,31,114)
#711B60
(113,27,96)
#5C174E
(92,23,78)
#47133C
(71,19,60)
#320F2A
(50,15,42)
#1D0B18
(29,11,24)
#000000
(0,0,0)

Tints of #EF33CC

#EF33CC
(239,51,204)
#F045D0
(240,69,208)
#F157D4
(241,87,212)
#F269D8
(242,105,216)
#F37BDC
(243,123,220)
#F48DE0
(244,141,224)
#F59FE4
(245,159,228)
#F6B1E8
(246,177,232)
#F7C3EC
(247,195,236)
#F8D5F0
(248,213,240)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF33CC color. Also use rgb(239,51,204) instead hex code.

Text Font Color

.myTextColor { color: #EF33CC; }

<p style="color:#EF33CC">This sample text font color is #EF33CC.</p>

This text font color is #EF33CC.


Background Color

.myBgColor { background-color: #EF33CC; }

<div style="background-color:#EF33CC">Inner text</div>

This div background color is #EF33CC.


Border color

.myBorderColor { border: 1px solid #EF33CC; }

<div style="border:3px solid #EF33CC">Div</div>

This div border color is #EF33CC.


Opacity

.myOpacity80 { color: #EF33CC; opacity: 0.8; }

<p style="color:#EF33CC;opacity:0.8;">80%</p>

Text with #EF33CC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EF33CC;}

<p style="text-shadow: 3px 3px 1px #EF33CC">Text here.</p>

This text has shadow with #EF33CC color.

.textShadow {text-shadow: 3px 3px 1px #EF33CC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EF33CC, 5px 5px 20px red">Text here.</p>

This text has shadow with #EF33CC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF33CC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EF33CC, Direction=45, Strength=4)">Text</p>

This text has shadow with #EF33CC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EF33CC;
  -webkit-box-shadow:	1px 1px 3px 2px #EF33CC;
  box-shadow:		1px 1px 3px 2px #EF33CC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF33CC;
-webkit-box-shadow: 1px 1px 3px 2px #EF33CC;
box-shadow:1px 1px 3px 2px #EF33CC;">
Div content here</div>
This div box has shadow with color #EF33CC.

Preview

Color preview on black background

This text has color #EF33CC on black background.


Color preview on white background

This text has color #EF33CC on white background.



Black color preview on #EF33CC background

This text has black color on #EF33CC background.


White color preview on #EF33CC background

This text has white color on #EF33CC background.