#EC0578

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

Shades of Razzmatazz #EC0578

Tints of Razzmatazz #EC0578

Color information

#EC0578 (or 0xEC0578) is unknown color: approx Razzmatazz. HEX triplet: EC, 05 and 78. RGB value is (236,5,120). Sum of RGB (Red+Green+Blue) = 236+5+120=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0578 is #13FA87. Grayscale: #565656. Windows color (decimal): -1309320 or 7865836. OLE color: 7865836.

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

Color convert

RGB2365120-
CMYK00.980.490.07
HSL330.13º95.85%47.25%-
HSV(B)330.13º97.88%92.55%-
XYZ38.0419.319.49-
YUV87.18146.53234.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.37%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=65.37%
G=1.39%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236512000.980.490.07330.1395.8547.25
HexEC57806231714a602f
Octal3545170014261751214057
Binary111011001011111000011000101100011111010010101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0578; }

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

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

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

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

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

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

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

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