Html Css Color HEX #EF0996 Hollywood Cerise

📋 copy color: '#EF0996'

red 239 ◦ green 9 ◦ blue 150

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

Shades of Hollywood Cerise #EF0996

Tints of Hollywood Cerise #EF0996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.26%

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 60.05%
G = 2.26%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF0996 (or 0xEF0996) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 96. RGB value is (239,9,150). Sum of RGB (Red+Green+Blue) = 239+9+150=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0996 is #10F669. Grayscale: #5D5D5D. Windows color (decimal): -1111658 or 9832943. OLE color: 9832943.

HSL color Cylindrical-coordinate representation of color #EF0996: hue angle of 323.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0996 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 150 -
CMYK 0 0.96 0.37 0.06
HSL 323.22º 0.93% 0.49% -
HSV(B) 323.22º 0.96% 0.94% -
XYZ 41.2 20.75 30.69 -
YUV 93.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 239 9 150 0 0.96 0.37 0.06 323.22 0.93 0.49
Hex EF 9 96 0 60 25 6 143 5D 31
Octal 357 11 226 0 140 45 6 503 135 61
Binary 11101111 1001 10010110 0 1100000 100101 110 101000011 1011101 110001

Color Harmonies of #EF0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0996

Black with #EF0996

Text Example


Text Example

White with #EF0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0996; }

 p { color: rgb(239,9,150); }

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

background-color css

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

 a { background-color: rgb(239,9,150); }

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

border-color css

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

 span { border-color: rgb(239,9,150); }

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