#E5035A

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

Shades of Razzmatazz #E5035A

Tints of Razzmatazz #E5035A

Color information

#E5035A (or 0xE5035A) is unknown color: approx Razzmatazz. HEX triplet: E5, 03 and 5A. RGB value is (229,3,90). Sum of RGB (Red+Green+Blue) = 229+3+90=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5035A is #1AFCA5. Grayscale: #505050. Windows color (decimal): -1768614 or 5899237. OLE color: 5899237.

HSL color Cylindrical-coordinate representation of color #E5035A: hue angle of 336.9º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5035A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB229390-
CMYK00.990.610.10
HSL336.9º97.41%45.49%-
HSV(B)336.9º98.69%89.8%-
XYZ34.1917.4611.24-
YUV80.49133.37233.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 71.12%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=71.12%
G=0.93%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22939000.990.610.10336.997.4145.49
HexE535A0633DA151612d
Octal34531320143751252114155
Binary111001011110110100110001111110110101010100011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5035A; }

 p { color: rgb(229,3,90); }

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

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

 a { background-color: rgb(229,3,90); }

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

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

 span { border-color: rgb(229,3,90); }

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