Html Css Color HEX #EC0595 Hollywood Cerise

📋 copy color: '#EC0595'

red 236 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #EC0595

Tints of Hollywood Cerise #EC0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 60.51%
G = 1.28%
B = 38.21%

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

#EC0595 (or 0xEC0595) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 95. RGB value is (236,5,149). Sum of RGB (Red+Green+Blue) = 236+5+149=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0595 is #13FA6A. Grayscale: #5A5A5A. Windows color (decimal): -1309291 or 9766380. OLE color: 9766380.

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

Color convert

RGB 236 5 149 -
CMYK 0 0.98 0.37 0.07
HSL 322.6º 0.96% 0.47% -
HSV(B) 322.6º 0.98% 0.93% -
XYZ 40.07 20.11 30.2 -
YUV 90.49 161.03 231.79 -
System Red Green Blue C M Y K H S L
Decimal 236 5 149 0 0.98 0.37 0.07 322.6 0.96 0.47
Hex EC 5 95 0 62 25 7 143 60 2F
Octal 354 5 225 0 142 45 7 503 140 57
Binary 11101100 101 10010101 0 1100010 100101 111 101000011 1100000 101111

Color Harmonies of #EC0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0595

Black with #EC0595

Text Example


Text Example

White with #EC0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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