Html Css Color HEX #EC07B2 Hollywood Cerise

📋 copy color: '#EC07B2'

red 236 ◦ green 7 ◦ blue 178

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

Shades of Hollywood Cerise #EC07B2

Tints of Hollywood Cerise #EC07B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 56.06%
G = 1.66%
B = 42.28%

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

#EC07B2 (or 0xEC07B2) is known color: Hollywood Cerise. HEX triplet: EC, 07 and B2. RGB value is (236,7,178). Sum of RGB (Red+Green+Blue) = 236+7+178=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07B2 is #13F84D. Grayscale: #5E5E5E. Windows color (decimal): -1308750 or 11667436. OLE color: 11667436.

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

Color convert

RGB 236 7 178 -
CMYK 0 0.97 0.25 0.07
HSL 315.2º 0.94% 0.48% -
HSV(B) 315.2º 0.97% 0.93% -
XYZ 42.7 21.2 43.96 -
YUV 94.97 174.87 228.6 -
System Red Green Blue C M Y K H S L
Decimal 236 7 178 0 0.97 0.25 0.07 315.2 0.94 0.48
Hex EC 7 B2 0 61 19 7 13B 5E 30
Octal 354 7 262 0 141 31 7 473 136 60
Binary 11101100 111 10110010 0 1100001 11001 111 100111011 1011110 110000

Color Harmonies of #EC07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07B2

Black with #EC07B2

Text Example


Text Example

White with #EC07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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