#EC1556

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

Shades of Razzmatazz #EC1556

Tints of Razzmatazz #EC1556

Color information

#EC1556 (or 0xEC1556) is unknown color: approx Razzmatazz. HEX triplet: EC, 15 and 56. RGB value is (236,21,86). Sum of RGB (Red+Green+Blue) = 236+21+86=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1556 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1556 is #13EAA9. Grayscale: #5C5C5C. Windows color (decimal): -1305258 or 5641708. OLE color: 5641708.

HSL color Cylindrical-coordinate representation of color #EC1556: hue angle of 341.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1556 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2362186-
CMYK00.910.640.07
HSL341.86º84.98%50.39%-
HSV(B)341.86º91.1%92.55%-
XYZ36.5419.0410.55-
YUV92.7124.23230.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 68.80%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=68.80%
G=6.12%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236218600.910.640.07341.8684.9850.39
HexEC155605B4071565532
Octal354251260133100752612562
Binary111011001010110101100101101110000001111010101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1556; }

 p { color: rgb(236,21,86); }

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

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

 a { background-color: rgb(236,21,86); }

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

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

 span { border-color: rgb(236,21,86); }

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