#E10070

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

Shades of Razzmatazz #E10070

Tints of Razzmatazz #E10070

Color information

#E10070 (or 0xE10070) is unknown color: approx Razzmatazz. HEX triplet: E1, 00 and 70. RGB value is (225,0,112). Sum of RGB (Red+Green+Blue) = 225+0+112=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E10070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10070 is #1EFF8F. Grayscale: #4F4F4F. Windows color (decimal): -2031504 or 7340257. OLE color: 7340257.

HSL color Cylindrical-coordinate representation of color #E10070: hue angle of 330.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10070 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB2250112-
CMYK010.500.12
HSL330.13º100%44.12%-
HSV(B)330.13º100%88.24%-
XYZ33.9817.1816.85-
YUV80.04146.04231.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 66.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=66.77%
G=0%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2250112010.500.12330.1310044.12
HexE107006432C14a642c
Octal34101600144621451214454
Binary11100001011100000110010011001011001010010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10070; }

 p { color: rgb(225,0,112); }

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

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

 a { background-color: rgb(225,0,112); }

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

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

 span { border-color: rgb(225,0,112); }

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