#E50D5D

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

Shades of Razzmatazz #E50D5D

Tints of Razzmatazz #E50D5D

Color information

#E50D5D (or 0xE50D5D) is unknown color: approx Razzmatazz. HEX triplet: E5, 0D and 5D. RGB value is (229,13,93). Sum of RGB (Red+Green+Blue) = 229+13+93=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50D5D is #1AF2A2. Grayscale: #565656. Windows color (decimal): -1766051 or 6098405. OLE color: 6098405.

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

Color convert

RGB2291393-
CMYK00.940.590.10
HSL337.78º89.26%47.45%-
HSV(B)337.78º94.32%89.8%-
XYZ34.4317.7411.96-
YUV86.7131.56229.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 68.36%
GREEN value IS 13 (5.47% from 255) = 3.88%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=68.36%
G=3.88%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229139300.940.590.10337.7889.2647.45
HexE5D5D05E3BA152592f
Octal345151350136731252213157
Binary11100101110110111010101111011101110101010100101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50D5D; }

 p { color: rgb(229,13,93); }

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

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

 a { background-color: rgb(229,13,93); }

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

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

 span { border-color: rgb(229,13,93); }

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