#E10249

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

Shades of Razzmatazz #E10249

Tints of Razzmatazz #E10249

Color information

#E10249 (or 0xE10249) is unknown color: approx Razzmatazz. HEX triplet: E1, 02 and 49. RGB value is (225,2,73). Sum of RGB (Red+Green+Blue) = 225+2+73=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E10249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10249 is #1EFDB6. Grayscale: #4C4C4C. Windows color (decimal): -2031031 or 4784865. OLE color: 4784865.

HSL color Cylindrical-coordinate representation of color #E10249: hue angle of 340.9º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10249 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB225273-
CMYK00.990.680.12
HSL340.9º98.24%44.51%-
HSV(B)340.9º99.11%88.24%-
XYZ32.2816.537.79-
YUV76.77125.88233.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=75%
G=0.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22527300.990.680.12340.998.2444.51
HexE124906344C155622d
Octal341211101431041452514255
Binary1110000110100100101100011100010011001010101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10249; }

 p { color: rgb(225,2,73); }

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

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

 a { background-color: rgb(225,2,73); }

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

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

 span { border-color: rgb(225,2,73); }

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