#E01154

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

Shades of Razzmatazz #E01154

Tints of Razzmatazz #E01154

Color information

#E01154 (or 0xE01154) is unknown color: approx Razzmatazz. HEX triplet: E0, 11 and 54. RGB value is (224,17,84). Sum of RGB (Red+Green+Blue) = 224+17+84=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E01154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01154 is #1FEEAB. Grayscale: #565656. Windows color (decimal): -2092716 or 5509600. OLE color: 5509600.

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

Color convert

RGB2241784-
CMYK00.920.620.12
HSL340.58º85.89%47.25%-
HSV(B)340.58º92.41%87.84%-
XYZ32.5416.899.93-
YUV86.53126.58226.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.92%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=68.92%
G=5.23%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224178400.920.620.12340.5885.8947.25
HexE0115405C3EC155562f
Octal340211240134761452512657
Binary111000001000110101000101110011111011001010101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01154; }

 p { color: rgb(224,17,84); }

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

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

 a { background-color: rgb(224,17,84); }

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

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

 span { border-color: rgb(224,17,84); }

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