#E80D51

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

Shades of Razzmatazz #E80D51

Tints of Razzmatazz #E80D51

Color information

#E80D51 (or 0xE80D51) is unknown color: approx Razzmatazz. HEX triplet: E8, 0D and 51. RGB value is (232,13,81). Sum of RGB (Red+Green+Blue) = 232+13+81=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D51 is #17F2AE. Grayscale: #565656. Windows color (decimal): -1569455 or 5311976. OLE color: 5311976.

HSL color Cylindrical-coordinate representation of color #E80D51: hue angle of 341.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D51 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2321381-
CMYK00.940.650.09
HSL341.37º89.39%48.04%-
HSV(B)341.37º94.4%90.98%-
XYZ34.9118.049.43-
YUV86.23125.05231.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.17%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=71.17%
G=3.99%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232138100.940.650.09341.3789.3948.04
HexE8D5105E4191555930
Octal3501512101361011152513160
Binary111010001101101000101011110100000110011010101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80D51; }

 p { color: rgb(232,13,81); }

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

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

 a { background-color: rgb(232,13,81); }

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

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

 span { border-color: rgb(232,13,81); }

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