Html Css Color HEX #EC0592 Hollywood Cerise

📋 copy color: '#EC0592'

red 236 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #EC0592

Tints of Hollywood Cerise #EC0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 60.98%
G = 1.29%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC0592 (or 0xEC0592) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 92. RGB value is (236,5,146). Sum of RGB (Red+Green+Blue) = 236+5+146=387 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.98% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0592 is #13FA6D. Grayscale: #595959. Windows color (decimal): -1309294 or 9569772. OLE color: 9569772.

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

Color convert

RGB 236 5 146 -
CMYK 0 0.98 0.38 0.07
HSL 323.38º 0.96% 0.47% -
HSV(B) 323.38º 0.98% 0.93% -
XYZ 39.83 20.02 28.96 -
YUV 90.14 159.53 232.04 -
System Red Green Blue C M Y K H S L
Decimal 236 5 146 0 0.98 0.38 0.07 323.38 0.96 0.47
Hex EC 5 92 0 62 26 7 143 60 2F
Octal 354 5 222 0 142 46 7 503 140 57
Binary 11101100 101 10010010 0 1100010 100110 111 101000011 1100000 101111

Color Harmonies of #EC0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0592

Black with #EC0592

Text Example


Text Example

White with #EC0592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0592; }

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

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

background-color css

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

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

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

border-color css

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

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

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