Html Css Color HEX #EC059A Hollywood Cerise

📋 copy color: '#EC059A'

red 236 ◦ green 5 ◦ blue 154

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

Shades of Hollywood Cerise #EC059A

Tints of Hollywood Cerise #EC059A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.99%

R = 59.75%
G = 1.27%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC059A (or 0xEC059A) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 9A. RGB value is (236,5,154). Sum of RGB (Red+Green+Blue) = 236+5+154=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC059A is #13FA65. Grayscale: #5A5A5A. Windows color (decimal): -1309286 or 10094060. OLE color: 10094060.

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

Color convert

RGB 236 5 154 -
CMYK 0 0.98 0.35 0.07
HSL 321.3º 0.96% 0.47% -
HSV(B) 321.3º 0.98% 0.93% -
XYZ 40.48 20.27 32.35 -
YUV 91.06 163.53 231.38 -
System Red Green Blue C M Y K H S L
Decimal 236 5 154 0 0.98 0.35 0.07 321.3 0.96 0.47
Hex EC 5 9A 0 62 23 7 141 60 2F
Octal 354 5 232 0 142 43 7 501 140 57
Binary 11101100 101 10011010 0 1100010 100011 111 101000001 1100000 101111

Color Harmonies of #EC059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC059A

Black with #EC059A

Text Example


Text Example

White with #EC059A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC059A; }

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

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

background-color css

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

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

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

border-color css

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

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

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