Html Css Color HEX #EC059D Hollywood Cerise

📋 copy color: '#EC059D'

red 236 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #EC059D

Tints of Hollywood Cerise #EC059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 59.3%
G = 1.26%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC059D (or 0xEC059D) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 9D. RGB value is (236,5,157). Sum of RGB (Red+Green+Blue) = 236+5+157=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC059D is #13FA62. Grayscale: #5B5B5B. Windows color (decimal): -1309283 or 10290668. OLE color: 10290668.

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

Color convert

RGB 236 5 157 -
CMYK 0 0.98 0.33 0.07
HSL 320.52º 0.96% 0.47% -
HSV(B) 320.52º 0.98% 0.93% -
XYZ 40.73 20.38 33.68 -
YUV 91.4 165.03 231.14 -
System Red Green Blue C M Y K H S L
Decimal 236 5 157 0 0.98 0.33 0.07 320.52 0.96 0.47
Hex EC 5 9D 0 62 21 7 141 60 2F
Octal 354 5 235 0 142 41 7 501 140 57
Binary 11101100 101 10011101 0 1100010 100001 111 101000001 1100000 101111

Color Harmonies of #EC059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC059D

Black with #EC059D

Text Example


Text Example

White with #EC059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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