Html Css Color HEX #EF0289 Hollywood Cerise

📋 copy color: '#EF0289'

red 239 ◦ green 2 ◦ blue 137

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

Shades of Hollywood Cerise #EF0289

Tints of Hollywood Cerise #EF0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 63.23%
G = 0.53%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0289 (or 0xEF0289) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 89. RGB value is (239,2,137). Sum of RGB (Red+Green+Blue) = 239+2+137=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0289 is #10FD76. Grayscale: #575757. Windows color (decimal): -1113463 or 8979183. OLE color: 8979183.

HSL color Cylindrical-coordinate representation of color #EF0289: hue angle of 325.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0289 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 2 137 -
CMYK 0 0.99 0.43 0.06
HSL 325.82º 0.98% 0.47% -
HSV(B) 325.82º 0.99% 0.94% -
XYZ 40.13 20.2 25.45 -
YUV 88.25 155.52 235.52 -
System Red Green Blue C M Y K H S L
Decimal 239 2 137 0 0.99 0.43 0.06 325.82 0.98 0.47
Hex EF 2 89 0 63 2B 6 146 62 2F
Octal 357 2 211 0 143 53 6 506 142 57
Binary 11101111 10 10001001 0 1100011 101011 110 101000110 1100010 101111

Color Harmonies of #EF0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0289

Black with #EF0289

Text Example


Text Example

White with #EF0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0289; }

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

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

background-color css

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

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

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

border-color css

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

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

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