Html Css Color HEX #EF009E Hollywood Cerise

📋 copy color: '#EF009E'

red 239 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #EF009E

Tints of Hollywood Cerise #EF009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 60.2%
G = 0%
B = 39.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF009E (or 0xEF009E) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 9E. RGB value is (239,0,158). Sum of RGB (Red+Green+Blue) = 239+0+158=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF009E is #10FF61. Grayscale: #595959. Windows color (decimal): -1113954 or 10354927. OLE color: 10354927.

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

Color convert

RGB 239 0 158 -
CMYK 0 1 0.34 0.06
HSL 320.33º 1% 0.47% -
HSV(B) 320.33º 1% 0.94% -
XYZ 41.77 20.82 34.16 -
YUV 89.47 166.68 234.65 -
System Red Green Blue C M Y K H S L
Decimal 239 0 158 0 1 0.34 0.06 320.33 1 0.47
Hex EF 0 9E 0 64 22 6 140 64 2F
Octal 357 0 236 0 144 42 6 500 144 57
Binary 11101111 0 10011110 0 1100100 100010 110 101000000 1100100 101111

Color Harmonies of #EF009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF009E

Black with #EF009E

Text Example


Text Example

White with #EF009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF009E; }

 p { color: rgb(239,0,158); }

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

background-color css

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

 a { background-color: rgb(239,0,158); }

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

border-color css

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

 span { border-color: rgb(239,0,158); }

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