#E10856

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

Shades of Razzmatazz #E10856

Tints of Razzmatazz #E10856

Color information

#E10856 (or 0xE10856) is unknown color: approx Razzmatazz. HEX triplet: E1, 08 and 56. RGB value is (225,8,86). Sum of RGB (Red+Green+Blue) = 225+8+86=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E10856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10856 is #1EF7A9. Grayscale: #515151. Windows color (decimal): -2029482 or 5638369. OLE color: 5638369.

HSL color Cylindrical-coordinate representation of color #E10856: hue angle of 338.43º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10856 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB225886-
CMYK00.960.620.12
HSL338.43º93.13%45.69%-
HSV(B)338.43º96.44%88.24%-
XYZ32.8216.8510.33-
YUV81.77130.39230.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.53%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=70.53%
G=2.51%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22588600.960.620.12338.4393.1345.69
HexE18560603EC1525d2e
Octal341101260140761452213556
Binary11100001100010101100110000011111011001010100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10856; }

 p { color: rgb(225,8,86); }

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

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

 a { background-color: rgb(225,8,86); }

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

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

 span { border-color: rgb(225,8,86); }

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