Html Css Color HEX #EC06AA Hollywood Cerise

📋 copy color: '#EC06AA'

red 236 ◦ green 6 ◦ blue 170

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

Shades of Hollywood Cerise #EC06AA

Tints of Hollywood Cerise #EC06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 57.28%
G = 1.46%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC06AA (or 0xEC06AA) is known color: Hollywood Cerise. HEX triplet: EC, 06 and AA. RGB value is (236,6,170). Sum of RGB (Red+Green+Blue) = 236+6+170=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06AA is #13F955. Grayscale: #5D5D5D. Windows color (decimal): -1309014 or 11142892. OLE color: 11142892.

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

Color convert

RGB 236 6 170 -
CMYK 0 0.97 0.28 0.07
HSL 317.22º 0.95% 0.47% -
HSV(B) 317.22º 0.97% 0.93% -
XYZ 41.91 20.87 39.85 -
YUV 93.47 171.2 229.66 -
System Red Green Blue C M Y K H S L
Decimal 236 6 170 0 0.97 0.28 0.07 317.22 0.95 0.47
Hex EC 6 AA 0 61 1C 7 13D 5F 2F
Octal 354 6 252 0 141 34 7 475 137 57
Binary 11101100 110 10101010 0 1100001 11100 111 100111101 1011111 101111

Color Harmonies of #EC06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06AA

Black with #EC06AA

Text Example


Text Example

White with #EC06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06AA; }

 p { color: rgb(236,6,170); }

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

background-color css

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

 a { background-color: rgb(236,6,170); }

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

border-color css

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

 span { border-color: rgb(236,6,170); }

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