Html Css Color HEX #EC0594 Hollywood Cerise

📋 copy color: '#EC0594'

red 236 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #EC0594

Tints of Hollywood Cerise #EC0594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 60.67%
G = 1.29%
B = 38.05%

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

#EC0594 (or 0xEC0594) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 94. RGB value is (236,5,148). Sum of RGB (Red+Green+Blue) = 236+5+148=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0594 is #13FA6B. Grayscale: #5A5A5A. Windows color (decimal): -1309292 or 9700844. OLE color: 9700844.

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

Color convert

RGB 236 5 148 -
CMYK 0 0.98 0.37 0.07
HSL 322.86º 0.96% 0.47% -
HSV(B) 322.86º 0.98% 0.93% -
XYZ 39.99 20.08 29.78 -
YUV 90.37 160.53 231.87 -
System Red Green Blue C M Y K H S L
Decimal 236 5 148 0 0.98 0.37 0.07 322.86 0.96 0.47
Hex EC 5 94 0 62 25 7 143 60 2F
Octal 354 5 224 0 142 45 7 503 140 57
Binary 11101100 101 10010100 0 1100010 100101 111 101000011 1100000 101111

Color Harmonies of #EC0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0594

Black with #EC0594

Text Example


Text Example

White with #EC0594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0594; }

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

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

background-color css

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

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

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

border-color css

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

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

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