Html Css Color HEX #EF11CC Shocking Pink

📋 copy color: '#EF11CC'

red 239 ◦ green 17 ◦ blue 204

#EF11CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #EF11CC

Tints of Shocking Pink #EF11CC

RGB

 RED value IS 239 (93.75% from 255) = 51.96%

 GREEN value IS 17 (7.03% from 255) = 3.7%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 51.96%
G = 3.7%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EF11CC (or 0xEF11CC) is known color: Shocking Pink. HEX triplet: EF, 11 and CC. RGB value is (239,17,204). Sum of RGB (Red+Green+Blue) = 239+17+204=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11CC is #10EE33. Grayscale: #686868. Windows color (decimal): -1109556 or 13373935. OLE color: 13373935.

HSL color Cylindrical-coordinate representation of color #EF11CC: hue angle of 309.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11CC is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 204 -
CMYK 0 0.93 0.15 0.06
HSL 309.46º 0.87% 0.5% -
HSV(B) 309.46º 0.93% 0.94% -
XYZ 46.7 23.11 59.13 -
YUV 104.7 184.05 223.79 -
System Red Green Blue C M Y K H S L
Decimal 239 17 204 0 0.93 0.15 0.06 309.46 0.87 0.5
Hex EF 11 CC 0 5D F 6 135 57 32
Octal 357 21 314 0 135 17 6 465 127 62
Binary 11101111 10001 11001100 0 1011101 1111 110 100110101 1010111 110010

Color Harmonies of #EF11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF11CC

Black with #EF11CC

Text Example


Text Example

White with #EF11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF11CC; }

 p { color: rgb(239,17,204); }

 H1.HeaderClassName
 {
   color: #EF11CC;
 }
 .AnyTagClassName
 {
   color: #EF11CC;
 }
</style>

background-color css

<style>
 a { background-color: #EF11CC; }

 a { background-color: rgb(239,17,204); }

 div.DivClassName
 {
   background-color: #EF11CC;
 }
 .BgClassName
 {
   background-color: #EF11CC;
 }
</style>

border-color css

<style>
 span { border-color: #EF11CC; }

 span { border-color: rgb(239,17,204); }

 td.TdClassName
 {
   border-color: #EF11CC;
 }
 .TagClassName
 {
   border-color: #EF11CC;
 }
</style>