#EC015C

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

Shades of Razzmatazz #EC015C

Tints of Razzmatazz #EC015C

Color information

#EC015C (or 0xEC015C) is unknown color: approx Razzmatazz. HEX triplet: EC, 01 and 5C. RGB value is (236,1,92). Sum of RGB (Red+Green+Blue) = 236+1+92=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC015C is #13FEA3. Grayscale: #515151. Windows color (decimal): -1310372 or 6029804. OLE color: 6029804.

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

Color convert

RGB236192-
CMYK01.000.610.07
HSL336.77º99.16%46.47%-
HSV(B)336.77º99.58%92.55%-
XYZ36.5318.6311.8-
YUV81.64133.86238.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 71.73%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=71.73%
G=0.30%
B=27.96%

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
Decimal23619201.000.610.07336.7799.1646.47
HexEC15C0643D7151632e
Octal3541134014475752114356
Binary1110110011011100011001001111011111010100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC015C; }

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

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

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

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

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

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

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

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