#E50954

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

Shades of Razzmatazz #E50954

Tints of Razzmatazz #E50954

Color information

#E50954 (or 0xE50954) is unknown color: approx Razzmatazz. HEX triplet: E5, 09 and 54. RGB value is (229,9,84). Sum of RGB (Red+Green+Blue) = 229+9+84=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E50954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50954 is #1AF6AB. Grayscale: #535353. Windows color (decimal): -1767084 or 5507557. OLE color: 5507557.

HSL color Cylindrical-coordinate representation of color #E50954: hue angle of 339.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50954 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB229984-
CMYK00.960.630.10
HSL339.55º92.44%46.67%-
HSV(B)339.55º96.07%89.8%-
XYZ34.0117.499.97-
YUV83.33128.39231.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=71.12%
G=2.80%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22998400.960.630.10339.5592.4446.67
HexE59540603FA1545c2f
Octal345111240140771252413457
Binary11100101100110101000110000011111110101010101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50954; }

 p { color: rgb(229,9,84); }

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

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

 a { background-color: rgb(229,9,84); }

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

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

 span { border-color: rgb(229,9,84); }

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