Html Css Color HEX #EC07AD Hollywood Cerise

📋 copy color: '#EC07AD'

red 236 ◦ green 7 ◦ blue 173

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

Shades of Hollywood Cerise #EC07AD

Tints of Hollywood Cerise #EC07AD

RGB

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

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

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

R = 56.73%
G = 1.68%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC07AD (or 0xEC07AD) is known color: Hollywood Cerise. HEX triplet: EC, 07 and AD. RGB value is (236,7,173). Sum of RGB (Red+Green+Blue) = 236+7+173=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AD is #13F852. Grayscale: #5D5D5D. Windows color (decimal): -1308755 or 11339756. OLE color: 11339756.

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

Color convert

RGB 236 7 173 -
CMYK 0 0.97 0.27 0.07
HSL 316.51º 0.94% 0.48% -
HSV(B) 316.51º 0.97% 0.93% -
XYZ 42.21 21 41.36 -
YUV 94.4 172.37 229 -
System Red Green Blue C M Y K H S L
Decimal 236 7 173 0 0.97 0.27 0.07 316.51 0.94 0.48
Hex EC 7 AD 0 61 1B 7 13D 5E 30
Octal 354 7 255 0 141 33 7 475 136 60
Binary 11101100 111 10101101 0 1100001 11011 111 100111101 1011110 110000

Color Harmonies of #EC07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07AD

Black with #EC07AD

Text Example


Text Example

White with #EC07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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