#E60860

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

Shades of Razzmatazz #E60860

Tints of Razzmatazz #E60860

Color information

#E60860 (or 0xE60860) is unknown color: approx Razzmatazz. HEX triplet: E6, 08 and 60. RGB value is (230,8,96). Sum of RGB (Red+Green+Blue) = 230+8+96=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E60860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60860 is #19F79F. Grayscale: #545454. Windows color (decimal): -1701792 or 6293734. OLE color: 6293734.

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

Color convert

RGB230896-
CMYK00.970.580.10
HSL336.22º93.28%46.67%-
HSV(B)336.22º96.52%90.2%-
XYZ34.8317.8412.67-
YUV84.41134.55231.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 68.86%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=68.86%
G=2.40%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23089600.970.580.10336.2293.2846.67
HexE68600613AA1505d2f
Octal346101400141721252013557
Binary11100110100011000000110000111101010101010100001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60860; }

 p { color: rgb(230,8,96); }

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

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

 a { background-color: rgb(230,8,96); }

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

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

 span { border-color: rgb(230,8,96); }

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