Html Css Color HEX #EF0089 Hollywood Cerise

📋 copy color: '#EF0089'

red 239 ◦ green 0 ◦ blue 137

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

Shades of Hollywood Cerise #EF0089

Tints of Hollywood Cerise #EF0089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 63.56%
G = 0%
B = 36.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0089 (or 0xEF0089) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 89. RGB value is (239,0,137). Sum of RGB (Red+Green+Blue) = 239+0+137=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0089 is #10FF76. Grayscale: #565656. Windows color (decimal): -1113975 or 8978671. OLE color: 8978671.

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

Color convert

RGB 239 0 137 -
CMYK 0 1 0.43 0.06
HSL 325.61º 1% 0.47% -
HSV(B) 325.61º 1% 0.94% -
XYZ 40.11 20.16 25.44 -
YUV 87.08 156.18 236.36 -
System Red Green Blue C M Y K H S L
Decimal 239 0 137 0 1 0.43 0.06 325.61 1 0.47
Hex EF 0 89 0 64 2B 6 146 64 2F
Octal 357 0 211 0 144 53 6 506 144 57
Binary 11101111 0 10001001 0 1100100 101011 110 101000110 1100100 101111

Color Harmonies of #EF0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0089

Black with #EF0089

Text Example


Text Example

White with #EF0089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0089; }

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

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

background-color css

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

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

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

border-color css

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

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

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