#E11054

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

Shades of Razzmatazz #E11054

Tints of Razzmatazz #E11054

Color information

#E11054 (or 0xE11054) is unknown color: approx Razzmatazz. HEX triplet: E1, 10 and 54. RGB value is (225,16,84). Sum of RGB (Red+Green+Blue) = 225+16+84=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E11054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11054 is #1EEFAB. Grayscale: #565656. Windows color (decimal): -2027436 or 5509345. OLE color: 5509345.

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

Color convert

RGB2251684-
CMYK00.930.630.12
HSL340.48º86.72%47.25%-
HSV(B)340.48º92.89%88.24%-
XYZ32.8417.029.94-
YUV86.24126.74226.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.23%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=69.23%
G=4.92%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225168400.930.630.12340.4886.7247.25
HexE1105405D3FC154572f
Octal341201240135771452412757
Binary111000011000010101000101110111111111001010101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11054; }

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

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

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

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

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

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

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

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