#E60F50

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

Shades of Razzmatazz #E60F50

Tints of Razzmatazz #E60F50

Color information

#E60F50 (or 0xE60F50) is unknown color: approx Razzmatazz. HEX triplet: E6, 0F and 50. RGB value is (230,15,80). Sum of RGB (Red+Green+Blue) = 230+15+80=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60F50 is #19F0AF. Grayscale: #565656. Windows color (decimal): -1700016 or 5246950. OLE color: 5246950.

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

Color convert

RGB2301580-
CMYK00.930.650.10
HSL341.86º87.76%48.04%-
HSV(B)341.86º93.48%90.2%-
XYZ34.2517.749.21-
YUV86.7124.23230.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.77%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 80 (31.64% from 255) = 24.62%
R=70.77%
G=4.62%
B=24.62%

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
Decimal230158000.930.650.10341.8687.7648.04
HexE6F5005D41A1565830
Octal3461712001351011252613060
Binary111001101111101000001011101100000110101010101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60F50; }

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

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

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

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

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

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

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

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