#E51053

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

Shades of Razzmatazz #E51053

Tints of Razzmatazz #E51053

Color information

#E51053 (or 0xE51053) is unknown color: approx Razzmatazz. HEX triplet: E5, 10 and 53. RGB value is (229,16,83). Sum of RGB (Red+Green+Blue) = 229+16+83=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E51053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51053 is #1AEFAC. Grayscale: #575757. Windows color (decimal): -1765293 or 5443813. OLE color: 5443813.

HSL color Cylindrical-coordinate representation of color #E51053: hue angle of 341.13º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E51053 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB2291683-
CMYK00.930.640.10
HSL341.13º86.94%48.04%-
HSV(B)341.13º93.01%89.8%-
XYZ34.0617.659.8-
YUV87.32125.57229.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 69.82%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=69.82%
G=4.88%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229168300.930.640.10341.1386.9448.04
HexE5105305D40A1555730
Octal3452012301351001252512760
Binary1110010110000101001101011101100000010101010101011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51053; }

 p { color: rgb(229,16,83); }

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

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

 a { background-color: rgb(229,16,83); }

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

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

 span { border-color: rgb(229,16,83); }

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