Html Css Color HEX #EF0189 Hollywood Cerise

📋 copy color: '#EF0189'

red 239 ◦ green 1 ◦ blue 137

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

Shades of Hollywood Cerise #EF0189

Tints of Hollywood Cerise #EF0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 63.4%
G = 0.27%
B = 36.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EF0189 (or 0xEF0189) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 89. RGB value is (239,1,137). Sum of RGB (Red+Green+Blue) = 239+1+137=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0189 is #10FE76. Grayscale: #575757. Windows color (decimal): -1113719 or 8978927. OLE color: 8978927.

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

Color convert

RGB 239 1 137 -
CMYK 0 1.00 0.43 0.06
HSL 325.71º 0.99% 0.47% -
HSV(B) 325.71º 1% 0.94% -
XYZ 40.12 20.18 25.45 -
YUV 87.67 155.85 235.94 -
System Red Green Blue C M Y K H S L
Decimal 239 1 137 0 1.00 0.43 0.06 325.71 0.99 0.47
Hex EF 1 89 0 64 2B 6 146 63 2F
Octal 357 1 211 0 144 53 6 506 143 57
Binary 11101111 1 10001001 0 1100100 101011 110 101000110 1100011 101111

Color Harmonies of #EF0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0189

Black with #EF0189

Text Example


Text Example

White with #EF0189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0189; }

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

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

background-color css

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

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

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

border-color css

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

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

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