Html Css Color HEX #EF0598 Hollywood Cerise

📋 copy color: '#EF0598'

red 239 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #EF0598

Tints of Hollywood Cerise #EF0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 60.35%
G = 1.26%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0598 (or 0xEF0598) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 98. RGB value is (239,5,152). Sum of RGB (Red+Green+Blue) = 239+5+152=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0598 is #10FA67. Grayscale: #5B5B5B. Windows color (decimal): -1112680 or 9962991. OLE color: 9962991.

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

Color convert

RGB 239 5 152 -
CMYK 0 0.98 0.36 0.06
HSL 322.31º 0.96% 0.48% -
HSV(B) 322.31º 0.98% 0.94% -
XYZ 41.32 20.73 31.53 -
YUV 91.72 162.02 233.05 -
System Red Green Blue C M Y K H S L
Decimal 239 5 152 0 0.98 0.36 0.06 322.31 0.96 0.48
Hex EF 5 98 0 62 24 6 142 60 30
Octal 357 5 230 0 142 44 6 502 140 60
Binary 11101111 101 10011000 0 1100010 100100 110 101000010 1100000 110000

Color Harmonies of #EF0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0598

Black with #EF0598

Text Example


Text Example

White with #EF0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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