Html Css Color HEX #EC05AD Hollywood Cerise

📋 copy color: '#EC05AD'

red 236 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #EC05AD

Tints of Hollywood Cerise #EC05AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 57%
G = 1.21%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC05AD (or 0xEC05AD) is known color: Hollywood Cerise. HEX triplet: EC, 05 and AD. RGB value is (236,5,173). Sum of RGB (Red+Green+Blue) = 236+5+173=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC05AD is #13FA52. Grayscale: #5C5C5C. Windows color (decimal): -1309267 or 11339244. OLE color: 11339244.

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

Color convert

RGB 236 5 173 -
CMYK 0 0.98 0.27 0.07
HSL 316.36º 0.96% 0.47% -
HSV(B) 316.36º 0.98% 0.93% -
XYZ 42.19 20.96 41.36 -
YUV 93.22 173.03 229.84 -
System Red Green Blue C M Y K H S L
Decimal 236 5 173 0 0.98 0.27 0.07 316.36 0.96 0.47
Hex EC 5 AD 0 62 1B 7 13C 60 2F
Octal 354 5 255 0 142 33 7 474 140 57
Binary 11101100 101 10101101 0 1100010 11011 111 100111100 1100000 101111

Color Harmonies of #EC05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05AD

Black with #EC05AD

Text Example


Text Example

White with #EC05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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