Html Css Color HEX #EF0991 Hollywood Cerise

📋 copy color: '#EF0991'

red 239 ◦ green 9 ◦ blue 145

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

Shades of Hollywood Cerise #EF0991

Tints of Hollywood Cerise #EF0991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 60.81%
G = 2.29%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF0991 (or 0xEF0991) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 91. RGB value is (239,9,145). Sum of RGB (Red+Green+Blue) = 239+9+145=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0991 is #10F66E. Grayscale: #5C5C5C. Windows color (decimal): -1111663 or 9505263. OLE color: 9505263.

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

Color convert

RGB 239 9 145 -
CMYK 0 0.96 0.39 0.06
HSL 324.52º 0.93% 0.49% -
HSV(B) 324.52º 0.96% 0.94% -
XYZ 40.81 20.59 28.61 -
YUV 93.27 157.2 231.94 -
System Red Green Blue C M Y K H S L
Decimal 239 9 145 0 0.96 0.39 0.06 324.52 0.93 0.49
Hex EF 9 91 0 60 27 6 145 5D 31
Octal 357 11 221 0 140 47 6 505 135 61
Binary 11101111 1001 10010001 0 1100000 100111 110 101000101 1011101 110001

Color Harmonies of #EF0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0991

Black with #EF0991

Text Example


Text Example

White with #EF0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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