Html Css Color HEX #EF0091 Hollywood Cerise

📋 copy color: '#EF0091'

red 239 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #EF0091

Tints of Hollywood Cerise #EF0091

RGB

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

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

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

R = 62.24%
G = 0%
B = 37.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EF0091 (or 0xEF0091) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 91. RGB value is (239,0,145). Sum of RGB (Red+Green+Blue) = 239+0+145=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0091 is #10FF6E. Grayscale: #575757. Windows color (decimal): -1113967 or 9502959. OLE color: 9502959.

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

Color convert

RGB 239 0 145 -
CMYK 0 1 0.39 0.06
HSL 323.6º 1% 0.47% -
HSV(B) 323.6º 1% 0.94% -
XYZ 40.71 20.4 28.58 -
YUV 87.99 160.18 235.71 -
System Red Green Blue C M Y K H S L
Decimal 239 0 145 0 1 0.39 0.06 323.6 1 0.47
Hex EF 0 91 0 64 27 6 144 64 2F
Octal 357 0 221 0 144 47 6 504 144 57
Binary 11101111 0 10010001 0 1100100 100111 110 101000100 1100100 101111

Color Harmonies of #EF0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0091

Black with #EF0091

Text Example


Text Example

White with #EF0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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