Html Css Color HEX #EC07B0 Hollywood Cerise

📋 copy color: '#EC07B0'

red 236 ◦ green 7 ◦ blue 176

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

Shades of Hollywood Cerise #EC07B0

Tints of Hollywood Cerise #EC07B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42%

R = 56.32%
G = 1.67%
B = 42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC07B0 (or 0xEC07B0) is known color: Hollywood Cerise. HEX triplet: EC, 07 and B0. RGB value is (236,7,176). Sum of RGB (Red+Green+Blue) = 236+7+176=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07B0 is #13F84F. Grayscale: #5E5E5E. Windows color (decimal): -1308752 or 11536364. OLE color: 11536364.

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

Color convert

RGB 236 7 176 -
CMYK 0 0.97 0.25 0.07
HSL 315.72º 0.94% 0.48% -
HSV(B) 315.72º 0.97% 0.93% -
XYZ 42.5 21.12 42.91 -
YUV 94.74 173.87 228.76 -
System Red Green Blue C M Y K H S L
Decimal 236 7 176 0 0.97 0.25 0.07 315.72 0.94 0.48
Hex EC 7 B0 0 61 19 7 13C 5E 30
Octal 354 7 260 0 141 31 7 474 136 60
Binary 11101100 111 10110000 0 1100001 11001 111 100111100 1011110 110000

Color Harmonies of #EC07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07B0

Black with #EC07B0

Text Example


Text Example

White with #EC07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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