#E90E52

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

Shades of Razzmatazz #E90E52

Tints of Razzmatazz #E90E52

Color information

#E90E52 (or 0xE90E52) is unknown color: approx Razzmatazz. HEX triplet: E9, 0E and 52. RGB value is (233,14,82). Sum of RGB (Red+Green+Blue) = 233+14+82=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E52 is #16F1AD. Grayscale: #575757. Windows color (decimal): -1503662 or 5377769. OLE color: 5377769.

HSL color Cylindrical-coordinate representation of color #E90E52: hue angle of 341.37º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E52 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2331482-
CMYK00.940.650.09
HSL341.37º88.66%48.43%-
HSV(B)341.37º93.99%91.37%-
XYZ35.2818.259.64-
YUV87.23125.05231.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.82%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 82 (32.42% from 255) = 24.92%
R=70.82%
G=4.26%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233148200.940.650.09341.3788.6648.43
HexE9E5205E4191555930
Octal3511612201361011152513160
Binary111010011110101001001011110100000110011010101011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90E52; }

 p { color: rgb(233,14,82); }

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

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

 a { background-color: rgb(233,14,82); }

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

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

 span { border-color: rgb(233,14,82); }

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