Html Css Color HEX #EF0DA2 Hollywood Cerise

📋 copy color: '#EF0DA2'

red 239 ◦ green 13 ◦ blue 162

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

Shades of Hollywood Cerise #EF0DA2

Tints of Hollywood Cerise #EF0DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 57.73%
G = 3.14%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF0DA2 (or 0xEF0DA2) is known color: Hollywood Cerise. HEX triplet: EF, 0D and A2. RGB value is (239,13,162). Sum of RGB (Red+Green+Blue) = 239+13+162=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0DA2 is #10F25D. Grayscale: #616161. Windows color (decimal): -1110622 or 10620399. OLE color: 10620399.

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

Color convert

RGB 239 13 162 -
CMYK 0 0.95 0.32 0.06
HSL 320.44º 0.9% 0.49% -
HSV(B) 320.44º 0.95% 0.94% -
XYZ 42.26 21.25 36.06 -
YUV 97.56 164.37 228.88 -
System Red Green Blue C M Y K H S L
Decimal 239 13 162 0 0.95 0.32 0.06 320.44 0.9 0.49
Hex EF D A2 0 5F 20 6 140 5A 31
Octal 357 15 242 0 137 40 6 500 132 61
Binary 11101111 1101 10100010 0 1011111 100000 110 101000000 1011010 110001

Color Harmonies of #EF0DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DA2

Black with #EF0DA2

Text Example


Text Example

White with #EF0DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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