Html Css Color HEX #EC0495 Hollywood Cerise

📋 copy color: '#EC0495'

red 236 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #EC0495

Tints of Hollywood Cerise #EC0495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 60.67%
G = 1.03%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC0495 (or 0xEC0495) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 95. RGB value is (236,4,149). Sum of RGB (Red+Green+Blue) = 236+4+149=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0495 is #13FB6A. Grayscale: #595959. Windows color (decimal): -1309547 or 9766124. OLE color: 9766124.

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

Color convert

RGB 236 4 149 -
CMYK 0 0.98 0.37 0.07
HSL 322.5º 0.97% 0.47% -
HSV(B) 322.5º 0.98% 0.93% -
XYZ 40.06 20.09 30.2 -
YUV 89.9 161.36 232.21 -
System Red Green Blue C M Y K H S L
Decimal 236 4 149 0 0.98 0.37 0.07 322.5 0.97 0.47
Hex EC 4 95 0 62 25 7 142 61 2F
Octal 354 4 225 0 142 45 7 502 141 57
Binary 11101100 100 10010101 0 1100010 100101 111 101000010 1100001 101111

Color Harmonies of #EC0495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0495

Black with #EC0495

Text Example


Text Example

White with #EC0495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0495; }

 p { color: rgb(236,4,149); }

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

background-color css

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

 a { background-color: rgb(236,4,149); }

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

border-color css

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

 span { border-color: rgb(236,4,149); }

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