Html Css Color HEX #EC059B Hollywood Cerise

📋 copy color: '#EC059B'

red 236 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #EC059B

Tints of Hollywood Cerise #EC059B

RGB

 RED value IS 236 (92.58% from 255) = 59.6%

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 59.6%
G = 1.26%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC059B (or 0xEC059B) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 9B. RGB value is (236,5,155). Sum of RGB (Red+Green+Blue) = 236+5+155=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC059B is #13FA64. Grayscale: #5A5A5A. Windows color (decimal): -1309285 or 10159596. OLE color: 10159596.

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

Color convert

RGB 236 5 155 -
CMYK 0 0.98 0.34 0.07
HSL 321.04º 0.96% 0.47% -
HSV(B) 321.04º 0.98% 0.93% -
XYZ 40.56 20.31 32.79 -
YUV 91.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 236 5 155 0 0.98 0.34 0.07 321.04 0.96 0.47
Hex EC 5 9B 0 62 22 7 141 60 2F
Octal 354 5 233 0 142 42 7 501 140 57
Binary 11101100 101 10011011 0 1100010 100010 111 101000001 1100000 101111

Color Harmonies of #EC059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC059B

Black with #EC059B

Text Example


Text Example

White with #EC059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC059B; }

 p { color: rgb(236,5,155); }

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

background-color css

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

 a { background-color: rgb(236,5,155); }

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

border-color css

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

 span { border-color: rgb(236,5,155); }

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