Html Css Color HEX #EC03B0 Hollywood Cerise

📋 copy color: '#EC03B0'

red 236 ◦ green 3 ◦ blue 176

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

Shades of Hollywood Cerise #EC03B0

Tints of Hollywood Cerise #EC03B0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 56.87%
G = 0.72%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC03B0 (or 0xEC03B0) is known color: Hollywood Cerise. HEX triplet: EC, 03 and B0. RGB value is (236,3,176). Sum of RGB (Red+Green+Blue) = 236+3+176=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03B0 is #13FC4F. Grayscale: #5B5B5B. Windows color (decimal): -1309776 or 11535340. OLE color: 11535340.

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

Color convert

RGB 236 3 176 -
CMYK 0 0.99 0.25 0.07
HSL 315.45º 0.97% 0.47% -
HSV(B) 315.45º 0.99% 0.93% -
XYZ 42.46 21.03 42.9 -
YUV 92.39 175.19 230.43 -
System Red Green Blue C M Y K H S L
Decimal 236 3 176 0 0.99 0.25 0.07 315.45 0.97 0.47
Hex EC 3 B0 0 63 19 7 13B 61 2F
Octal 354 3 260 0 143 31 7 473 141 57
Binary 11101100 11 10110000 0 1100011 11001 111 100111011 1100001 101111

Color Harmonies of #EC03B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03B0

Black with #EC03B0

Text Example


Text Example

White with #EC03B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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