Html Css Color HEX #EF0DAC Hollywood Cerise

📋 copy color: '#EF0DAC'

red 239 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #EF0DAC

Tints of Hollywood Cerise #EF0DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 56.37%
G = 3.07%
B = 40.57%

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

#EF0DAC (or 0xEF0DAC) is known color: Hollywood Cerise. HEX triplet: EF, 0D and AC. RGB value is (239,13,172). Sum of RGB (Red+Green+Blue) = 239+13+172=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0DAC is #10F253. Grayscale: #626262. Windows color (decimal): -1110612 or 11275759. OLE color: 11275759.

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

Color convert

RGB 239 13 172 -
CMYK 0 0.95 0.28 0.06
HSL 317.79º 0.9% 0.49% -
HSV(B) 317.79º 0.95% 0.94% -
XYZ 43.19 21.62 40.93 -
YUV 98.7 169.37 228.07 -
System Red Green Blue C M Y K H S L
Decimal 239 13 172 0 0.95 0.28 0.06 317.79 0.9 0.49
Hex EF D AC 0 5F 1C 6 13E 5A 31
Octal 357 15 254 0 137 34 6 476 132 61
Binary 11101111 1101 10101100 0 1011111 11100 110 100111110 1011010 110001

Color Harmonies of #EF0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DAC

Black with #EF0DAC

Text Example


Text Example

White with #EF0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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