#E5064B

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

Shades of Razzmatazz #E5064B

Tints of Razzmatazz #E5064B

Color information

#E5064B (or 0xE5064B) is unknown color: approx Razzmatazz. HEX triplet: E5, 06 and 4B. RGB value is (229,6,75). Sum of RGB (Red+Green+Blue) = 229+6+75=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E5064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5064B is #1AF9B4. Grayscale: #505050. Windows color (decimal): -1767861 or 4916965. OLE color: 4916965.

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

Color convert

RGB229675-
CMYK00.970.670.10
HSL341.43º94.89%46.08%-
HSV(B)341.43º97.38%89.8%-
XYZ33.6517.38.22-
YUV80.54124.88233.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 73.87%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=73.87%
G=1.94%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22967500.970.670.10341.4394.8946.08
HexE564B06143A1555f2e
Octal345611301411031252513756
Binary11100101110100101101100001100001110101010101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5064B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5064B; }

 p { color: rgb(229,6,75); }

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

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

 a { background-color: rgb(229,6,75); }

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

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

 span { border-color: rgb(229,6,75); }

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