Html Css Color HEX #EC06AB Hollywood Cerise

📋 copy color: '#EC06AB'

red 236 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #EC06AB

Tints of Hollywood Cerise #EC06AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 57.14%
G = 1.45%
B = 41.4%

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

#EC06AB (or 0xEC06AB) is known color: Hollywood Cerise. HEX triplet: EC, 06 and AB. RGB value is (236,6,171). Sum of RGB (Red+Green+Blue) = 236+6+171=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06AB is #13F954. Grayscale: #5D5D5D. Windows color (decimal): -1309013 or 11208428. OLE color: 11208428.

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

Color convert

RGB 236 6 171 -
CMYK 0 0.97 0.28 0.07
HSL 316.96º 0.95% 0.47% -
HSV(B) 316.96º 0.97% 0.93% -
XYZ 42.01 20.9 40.35 -
YUV 93.58 171.7 229.58 -
System Red Green Blue C M Y K H S L
Decimal 236 6 171 0 0.97 0.28 0.07 316.96 0.95 0.47
Hex EC 6 AB 0 61 1C 7 13D 5F 2F
Octal 354 6 253 0 141 34 7 475 137 57
Binary 11101100 110 10101011 0 1100001 11100 111 100111101 1011111 101111

Color Harmonies of #EC06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06AB

Black with #EC06AB

Text Example


Text Example

White with #EC06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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