#E80F50

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

Shades of Razzmatazz #E80F50

Tints of Razzmatazz #E80F50

Color information

#E80F50 (or 0xE80F50) is unknown color: approx Razzmatazz. HEX triplet: E8, 0F and 50. RGB value is (232,15,80). Sum of RGB (Red+Green+Blue) = 232+15+80=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F50 is #17F0AF. Grayscale: #575757. Windows color (decimal): -1568944 or 5246952. OLE color: 5246952.

HSL color Cylindrical-coordinate representation of color #E80F50: hue angle of 342.03º degrees, saturation: 0.88, 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 #E80F50 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2321580-
CMYK00.940.660.09
HSL342.03º87.85%48.43%-
HSV(B)342.03º93.53%90.98%-
XYZ34.918.089.24-
YUV87.29123.89231.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 70.95%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=70.95%
G=4.59%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232158000.940.660.09342.0387.8548.43
HexE8F5005E4291565830
Octal3501712001361021152613060
Binary111010001111101000001011110100001010011010101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80F50; }

 p { color: rgb(232,15,80); }

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

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

 a { background-color: rgb(232,15,80); }

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

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

 span { border-color: rgb(232,15,80); }

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