Html Css Color HEX #EC0395 Hollywood Cerise

📋 copy color: '#EC0395'

red 236 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #EC0395

Tints of Hollywood Cerise #EC0395

RGB

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

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

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

R = 60.82%
G = 0.77%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC0395 (or 0xEC0395) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 95. RGB value is (236,3,149). Sum of RGB (Red+Green+Blue) = 236+3+149=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0395 is #13FC6A. Grayscale: #585858. Windows color (decimal): -1309803 or 9765868. OLE color: 9765868.

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

Color convert

RGB 236 3 149 -
CMYK 0 0.99 0.37 0.07
HSL 322.4º 0.97% 0.47% -
HSV(B) 322.4º 0.99% 0.93% -
XYZ 40.05 20.07 30.2 -
YUV 89.31 161.69 232.63 -
System Red Green Blue C M Y K H S L
Decimal 236 3 149 0 0.99 0.37 0.07 322.4 0.97 0.47
Hex EC 3 95 0 63 25 7 142 61 2F
Octal 354 3 225 0 143 45 7 502 141 57
Binary 11101100 11 10010101 0 1100011 100101 111 101000010 1100001 101111

Color Harmonies of #EC0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0395

Black with #EC0395

Text Example


Text Example

White with #EC0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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