Html Css Color HEX #EC07AB Hollywood Cerise

📋 copy color: '#EC07AB'

red 236 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #EC07AB

Tints of Hollywood Cerise #EC07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 57%
G = 1.69%
B = 41.3%

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

#EC07AB (or 0xEC07AB) is known color: Hollywood Cerise. HEX triplet: EC, 07 and AB. RGB value is (236,7,171). Sum of RGB (Red+Green+Blue) = 236+7+171=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AB is #13F854. Grayscale: #5D5D5D. Windows color (decimal): -1308757 or 11208684. OLE color: 11208684.

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

Color convert

RGB 236 7 171 -
CMYK 0 0.97 0.28 0.07
HSL 317.03º 0.94% 0.48% -
HSV(B) 317.03º 0.97% 0.93% -
XYZ 42.02 20.93 40.35 -
YUV 94.17 171.37 229.16 -
System Red Green Blue C M Y K H S L
Decimal 236 7 171 0 0.97 0.28 0.07 317.03 0.94 0.48
Hex EC 7 AB 0 61 1C 7 13D 5E 30
Octal 354 7 253 0 141 34 7 475 136 60
Binary 11101100 111 10101011 0 1100001 11100 111 100111101 1011110 110000

Color Harmonies of #EC07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07AB

Black with #EC07AB

Text Example


Text Example

White with #EC07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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