Html Css Color HEX #EF0E9D Hollywood Cerise

📋 copy color: '#EF0E9D'

red 239 ◦ green 14 ◦ blue 157

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

Shades of Hollywood Cerise #EF0E9D

Tints of Hollywood Cerise #EF0E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.41%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 58.29%
G = 3.41%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF0E9D (or 0xEF0E9D) is known color: Hollywood Cerise. HEX triplet: EF, 0E and 9D. RGB value is (239,14,157). Sum of RGB (Red+Green+Blue) = 239+14+157=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0E9D is #10F162. Grayscale: #616161. Windows color (decimal): -1110371 or 10292975. OLE color: 10292975.

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

Color convert

RGB 239 14 157 -
CMYK 0 0.94 0.34 0.06
HSL 321.87º 0.89% 0.5% -
HSV(B) 321.87º 0.94% 0.94% -
XYZ 41.84 21.1 33.77 -
YUV 97.58 161.54 228.87 -
System Red Green Blue C M Y K H S L
Decimal 239 14 157 0 0.94 0.34 0.06 321.87 0.89 0.5
Hex EF E 9D 0 5E 22 6 142 59 32
Octal 357 16 235 0 136 42 6 502 131 62
Binary 11101111 1110 10011101 0 1011110 100010 110 101000010 1011001 110010

Color Harmonies of #EF0E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0E9D

Black with #EF0E9D

Text Example


Text Example

White with #EF0E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0E9D; }

 p { color: rgb(239,14,157); }

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

background-color css

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

 a { background-color: rgb(239,14,157); }

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

border-color css

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

 span { border-color: rgb(239,14,157); }

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