Html Css Color HEX #EF0995 Hollywood Cerise

📋 copy color: '#EF0995'

red 239 ◦ green 9 ◦ blue 149

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

Shades of Hollywood Cerise #EF0995

Tints of Hollywood Cerise #EF0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 60.2%
G = 2.27%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF0995 (or 0xEF0995) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 95. RGB value is (239,9,149). Sum of RGB (Red+Green+Blue) = 239+9+149=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0995 is #10F66A. Grayscale: #5D5D5D. Windows color (decimal): -1111659 or 9767407. OLE color: 9767407.

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

Color convert

RGB 239 9 149 -
CMYK 0 0.96 0.38 0.06
HSL 323.48º 0.93% 0.49% -
HSV(B) 323.48º 0.96% 0.94% -
XYZ 41.12 20.72 30.27 -
YUV 93.73 159.2 231.62 -
System Red Green Blue C M Y K H S L
Decimal 239 9 149 0 0.96 0.38 0.06 323.48 0.93 0.49
Hex EF 9 95 0 60 26 6 143 5D 31
Octal 357 11 225 0 140 46 6 503 135 61
Binary 11101111 1001 10010101 0 1100000 100110 110 101000011 1011101 110001

Color Harmonies of #EF0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0995

Black with #EF0995

Text Example


Text Example

White with #EF0995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0995; }

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

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

background-color css

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

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

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

border-color css

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

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

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