Html Css Color HEX #EF059E Hollywood Cerise

📋 copy color: '#EF059E'

red 239 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #EF059E

Tints of Hollywood Cerise #EF059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 59.45%
G = 1.24%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF059E (or 0xEF059E) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 9E. RGB value is (239,5,158). Sum of RGB (Red+Green+Blue) = 239+5+158=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF059E is #10FA61. Grayscale: #5C5C5C. Windows color (decimal): -1112674 or 10356207. OLE color: 10356207.

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

Color convert

RGB 239 5 158 -
CMYK 0 0.98 0.34 0.06
HSL 320.77º 0.96% 0.48% -
HSV(B) 320.77º 0.98% 0.94% -
XYZ 41.82 20.93 34.18 -
YUV 92.41 165.02 232.56 -
System Red Green Blue C M Y K H S L
Decimal 239 5 158 0 0.98 0.34 0.06 320.77 0.96 0.48
Hex EF 5 9E 0 62 22 6 141 60 30
Octal 357 5 236 0 142 42 6 501 140 60
Binary 11101111 101 10011110 0 1100010 100010 110 101000001 1100000 110000

Color Harmonies of #EF059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF059E

Black with #EF059E

Text Example


Text Example

White with #EF059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF059E; }

 p { color: rgb(239,5,158); }

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

background-color css

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

 a { background-color: rgb(239,5,158); }

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

border-color css

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

 span { border-color: rgb(239,5,158); }

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