#EC015D

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

Shades of Razzmatazz #EC015D

Tints of Razzmatazz #EC015D

Color information

#EC015D (or 0xEC015D) is unknown color: approx Razzmatazz. HEX triplet: EC, 01 and 5D. RGB value is (236,1,93). Sum of RGB (Red+Green+Blue) = 236+1+93=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015D is #13FEA2. Grayscale: #515151. Windows color (decimal): -1310371 or 6095340. OLE color: 6095340.

HSL color Cylindrical-coordinate representation of color #EC015D: hue angle of 336.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC015D is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB236193-
CMYK01.000.610.07
HSL336.51º99.16%46.47%-
HSV(B)336.51º99.58%92.55%-
XYZ36.5818.6412.03-
YUV81.75134.36238.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.52%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=71.52%
G=0.30%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619301.000.610.07336.5199.1646.47
HexEC15D0643D7151632e
Octal3541135014475752114356
Binary1110110011011101011001001111011111010100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC015D; }

 p { color: rgb(236,1,93); }

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

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

 a { background-color: rgb(236,1,93); }

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

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

 span { border-color: rgb(236,1,93); }

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