#E11055

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

Shades of Razzmatazz #E11055

Tints of Razzmatazz #E11055

Color information

#E11055 (or 0xE11055) is unknown color: approx Razzmatazz. HEX triplet: E1, 10 and 55. RGB value is (225,16,85). Sum of RGB (Red+Green+Blue) = 225+16+85=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E11055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11055 is #1EEFAA. Grayscale: #565656. Windows color (decimal): -2027435 or 5574881. OLE color: 5574881.

HSL color Cylindrical-coordinate representation of color #E11055: hue angle of 340.19º 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 #E11055 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2251685-
CMYK00.930.620.12
HSL340.19º86.72%47.25%-
HSV(B)340.19º92.89%88.24%-
XYZ32.8817.0310.15-
YUV86.36127.24226.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.02%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=69.02%
G=4.91%
B=26.07%

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
Decimal225168500.930.620.12340.1986.7247.25
HexE1105505D3EC154572f
Octal341201250135761452412757
Binary111000011000010101010101110111111011001010101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11055; }

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

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

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

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

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

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

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

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