#EC0577

Color #EC0577 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #EC0577

Tints of Razzmatazz #EC0577

Color information

#EC0577 (or 0xEC0577) is unknown color: approx Razzmatazz. HEX triplet: EC, 05 and 77. RGB value is (236,5,119). Sum of RGB (Red+Green+Blue) = 236+5+119=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0577 is #13FA88. Grayscale: #565656. Windows color (decimal): -1309321 or 7800300. OLE color: 7800300.

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

Color convert

RGB2365119-
CMYK00.980.500.07
HSL330.39º95.85%47.25%-
HSV(B)330.39º97.88%92.55%-
XYZ37.9819.2719.17-
YUV87.06146.03234.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.56%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=65.56%
G=1.39%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236511900.980.500.07330.3995.8547.25
HexEC57706232714a602f
Octal3545167014262751214057
Binary111011001011110111011000101100101111010010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0577; }

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

 H1.HeaderClassName
 {
   color: #EC0577;
 }
 .AnyTagClassName
 {
   color: #EC0577;
 }
</style>
background-color css

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

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

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

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

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

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