#E90649

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

Shades of Razzmatazz #E90649

Tints of Razzmatazz #E90649

Color information

#E90649 (or 0xE90649) is unknown color: approx Razzmatazz. HEX triplet: E9, 06 and 49. RGB value is (233,6,73). Sum of RGB (Red+Green+Blue) = 233+6+73=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E90649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90649 is #16F9B6. Grayscale: #515151. Windows color (decimal): -1505719 or 4785897. OLE color: 4785897.

HSL color Cylindrical-coordinate representation of color #E90649: hue angle of 342.29º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90649 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB233673-
CMYK00.970.690.09
HSL342.29º94.98%46.86%-
HSV(B)342.29º97.42%91.37%-
XYZ34.8717.937.93-
YUV81.51123.21236.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 74.68%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=74.68%
G=1.92%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23367300.970.690.09342.2994.9846.86
HexE96490614591565f2f
Octal351611101411051152613757
Binary11101001110100100101100001100010110011010101101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90649; }

 p { color: rgb(233,6,73); }

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

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

 a { background-color: rgb(233,6,73); }

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

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

 span { border-color: rgb(233,6,73); }

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