#E1024A

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

Shades of Razzmatazz #E1024A

Tints of Razzmatazz #E1024A

Color information

#E1024A (or 0xE1024A) is unknown color: approx Razzmatazz. HEX triplet: E1, 02 and 4A. RGB value is (225,2,74). Sum of RGB (Red+Green+Blue) = 225+2+74=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1024A is #1EFDB5. Grayscale: #4C4C4C. Windows color (decimal): -2031030 or 4850401. OLE color: 4850401.

HSL color Cylindrical-coordinate representation of color #E1024A: hue angle of 340.63º 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 #E1024A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB225274-
CMYK00.990.670.12
HSL340.63º98.24%44.51%-
HSV(B)340.63º99.11%88.24%-
XYZ32.3116.557.97-
YUV76.88126.38233.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.75%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=74.75%
G=0.66%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22527400.990.670.12340.6398.2444.51
HexE124A06343C155622d
Octal341211201431031452514255
Binary1110000110100101001100011100001111001010101011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1024A; }

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

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

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

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

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

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

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

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