Html Css Color HEX #EC07A5 Hollywood Cerise

📋 copy color: '#EC07A5'

red 236 ◦ green 7 ◦ blue 165

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

Shades of Hollywood Cerise #EC07A5

Tints of Hollywood Cerise #EC07A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.44%

R = 57.84%
G = 1.72%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC07A5 (or 0xEC07A5) is known color: Hollywood Cerise. HEX triplet: EC, 07 and A5. RGB value is (236,7,165). Sum of RGB (Red+Green+Blue) = 236+7+165=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07A5 is #13F85A. Grayscale: #5D5D5D. Windows color (decimal): -1308763 or 10815468. OLE color: 10815468.

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

Color convert

RGB 236 7 165 -
CMYK 0 0.97 0.30 0.07
HSL 318.6º 0.94% 0.48% -
HSV(B) 318.6º 0.97% 0.93% -
XYZ 41.46 20.7 37.41 -
YUV 93.48 168.37 229.65 -
System Red Green Blue C M Y K H S L
Decimal 236 7 165 0 0.97 0.30 0.07 318.6 0.94 0.48
Hex EC 7 A5 0 61 1E 7 13F 5E 30
Octal 354 7 245 0 141 36 7 477 136 60
Binary 11101100 111 10100101 0 1100001 11110 111 100111111 1011110 110000

Color Harmonies of #EC07A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07A5

Black with #EC07A5

Text Example


Text Example

White with #EC07A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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