#E50F51

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

Shades of Razzmatazz #E50F51

Tints of Razzmatazz #E50F51

Color information

#E50F51 (or 0xE50F51) is unknown color: approx Razzmatazz. HEX triplet: E5, 0F and 51. RGB value is (229,15,81). Sum of RGB (Red+Green+Blue) = 229+15+81=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50F51 is #1AF0AE. Grayscale: #565656. Windows color (decimal): -1765551 or 5312485. OLE color: 5312485.

HSL color Cylindrical-coordinate representation of color #E50F51: hue angle of 341.5º degrees, saturation: 0.88, 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 #E50F51 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB2291581-
CMYK00.930.650.10
HSL341.5º87.7%47.84%-
HSV(B)341.5º93.45%89.8%-
XYZ33.9717.599.39-
YUV86.51124.9229.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 70.46%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=70.46%
G=4.62%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229158100.930.650.10341.587.747.84
HexE5F5105D41A1555830
Octal3451712101351011252513060
Binary111001011111101000101011101100000110101010101011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50F51; }

 p { color: rgb(229,15,81); }

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

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

 a { background-color: rgb(229,15,81); }

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

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

 span { border-color: rgb(229,15,81); }

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