#E60A56

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

Shades of Razzmatazz #E60A56

Tints of Razzmatazz #E60A56

Color information

#E60A56 (or 0xE60A56) is unknown color: approx Razzmatazz. HEX triplet: E6, 0A and 56. RGB value is (230,10,86). Sum of RGB (Red+Green+Blue) = 230+10+86=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60A56 is #19F5A9. Grayscale: #545454. Windows color (decimal): -1701290 or 5638886. OLE color: 5638886.

HSL color Cylindrical-coordinate representation of color #E60A56: hue angle of 339.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A56 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB2301086-
CMYK00.960.630.10
HSL339.27º91.67%47.06%-
HSV(B)339.27º95.65%90.2%-
XYZ34.4217.7110.41-
YUV84.44128.89231.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.55%
GREEN value IS 10 (4.30% from 255) = 3.07%
BLUE value IS 86 (33.98% from 255) = 26.38%
R=70.55%
G=3.07%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230108600.960.630.10339.2791.6747.06
HexE6A560603FA1535c2f
Octal346121260140771252313457
Binary11100110101010101100110000011111110101010100111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60A56; }

 p { color: rgb(230,10,86); }

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

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

 a { background-color: rgb(230,10,86); }

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

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

 span { border-color: rgb(230,10,86); }

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