#E11056

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

Shades of Razzmatazz #E11056

Tints of Razzmatazz #E11056

Color information

#E11056 (or 0xE11056) is unknown color: approx Razzmatazz. HEX triplet: E1, 10 and 56. RGB value is (225,16,86). Sum of RGB (Red+Green+Blue) = 225+16+86=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11056 is #1EEFA9. Grayscale: #565656. Windows color (decimal): -2027434 or 5640417. OLE color: 5640417.

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

Color convert

RGB2251686-
CMYK00.930.620.12
HSL339.9º86.72%47.25%-
HSV(B)339.9º92.89%88.24%-
XYZ32.9217.0510.36-
YUV86.47127.74226.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.81%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=68.81%
G=4.89%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225168600.930.620.12339.986.7247.25
HexE1105605D3EC154572f
Octal341201260135761452412757
Binary111000011000010101100101110111111011001010101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11056; }

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

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

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

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

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

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

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

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