Html Css Color HEX #EF0DCC Shocking Pink

📋 copy color: '#EF0DCC'

red 239 ◦ green 13 ◦ blue 204

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

Shades of Shocking Pink #EF0DCC

Tints of Shocking Pink #EF0DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.85%

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

R = 52.41%
G = 2.85%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF0DCC (or 0xEF0DCC) is known color: Shocking Pink. HEX triplet: EF, 0D and CC. RGB value is (239,13,204). Sum of RGB (Red+Green+Blue) = 239+13+204=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DCC is #10F233. Grayscale: #656565. Windows color (decimal): -1110580 or 13372911. OLE color: 13372911.

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

Color convert

RGB 239 13 204 -
CMYK 0 0.95 0.15 0.06
HSL 309.29º 0.9% 0.49% -
HSV(B) 309.29º 0.95% 0.94% -
XYZ 46.64 23 59.11 -
YUV 102.35 185.37 225.47 -
System Red Green Blue C M Y K H S L
Decimal 239 13 204 0 0.95 0.15 0.06 309.29 0.9 0.49
Hex EF D CC 0 5F F 6 135 5A 31
Octal 357 15 314 0 137 17 6 465 132 61
Binary 11101111 1101 11001100 0 1011111 1111 110 100110101 1011010 110001

Color Harmonies of #EF0DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DCC

Black with #EF0DCC

Text Example


Text Example

White with #EF0DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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