Html Css Color HEX #EF0DAB Hollywood Cerise

📋 copy color: '#EF0DAB'

red 239 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #EF0DAB

Tints of Hollywood Cerise #EF0DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 56.5%
G = 3.07%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF0DAB (or 0xEF0DAB) is known color: Hollywood Cerise. HEX triplet: EF, 0D and AB. RGB value is (239,13,171). Sum of RGB (Red+Green+Blue) = 239+13+171=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0DAB is #10F254. Grayscale: #626262. Windows color (decimal): -1110613 or 11210223. OLE color: 11210223.

HSL color Cylindrical-coordinate representation of color #EF0DAB: hue angle of 318.05º 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 #EF0DAB is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 13 171 -
CMYK 0 0.95 0.28 0.06
HSL 318.05º 0.9% 0.49% -
HSV(B) 318.05º 0.95% 0.94% -
XYZ 43.09 21.58 40.42 -
YUV 98.59 168.87 228.15 -
System Red Green Blue C M Y K H S L
Decimal 239 13 171 0 0.95 0.28 0.06 318.05 0.9 0.49
Hex EF D AB 0 5F 1C 6 13E 5A 31
Octal 357 15 253 0 137 34 6 476 132 61
Binary 11101111 1101 10101011 0 1011111 11100 110 100111110 1011010 110001

Color Harmonies of #EF0DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DAB

Black with #EF0DAB

Text Example


Text Example

White with #EF0DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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