#E30A4A

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

Shades of Razzmatazz #E30A4A

Tints of Razzmatazz #E30A4A

Color information

#E30A4A (or 0xE30A4A) is unknown color: approx Razzmatazz. HEX triplet: E3, 0A and 4A. RGB value is (227,10,74). Sum of RGB (Red+Green+Blue) = 227+10+74=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A4A is #1CF5B5. Grayscale: #525252. Windows color (decimal): -1897910 or 4852451. OLE color: 4852451.

HSL color Cylindrical-coordinate representation of color #E30A4A: hue angle of 342.3º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A4A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2271074-
CMYK00.960.670.11
HSL342.3º91.56%46.47%-
HSV(B)342.3º95.59%89.02%-
XYZ33.0217.048.03-
YUV82.18123.39231.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 72.99%
GREEN value IS 10 (4.30% from 255) = 3.22%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=72.99%
G=3.22%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227107400.960.670.11342.391.5646.47
HexE3A4A06043B1565c2e
Octal3431211201401031352613456
Binary111000111010100101001100000100001110111010101101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30A4A; }

 p { color: rgb(227,10,74); }

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

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

 a { background-color: rgb(227,10,74); }

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

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

 span { border-color: rgb(227,10,74); }

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