#E10F50

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

Shades of Razzmatazz #E10F50

Tints of Razzmatazz #E10F50

Color information

#E10F50 (or 0xE10F50) is unknown color: approx Razzmatazz. HEX triplet: E1, 0F and 50. RGB value is (225,15,80). Sum of RGB (Red+Green+Blue) = 225+15+80=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10F50 is #1EF0AF. Grayscale: #555555. Windows color (decimal): -2027696 or 5246945. OLE color: 5246945.

HSL color Cylindrical-coordinate representation of color #E10F50: hue angle of 341.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10F50 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2251580-
CMYK00.930.640.12
HSL341.43º87.5%47.06%-
HSV(B)341.43º93.33%88.24%-
XYZ32.6716.939.14-
YUV85.2125.07227.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 70.31%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 80 (31.64% from 255) = 25%
R=70.31%
G=4.69%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225158000.930.640.12341.4387.547.06
HexE1F5005D40C155582f
Octal3411712001351001452513057
Binary111000011111101000001011101100000011001010101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10F50; }

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

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

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

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

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

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

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

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