#E90F53

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

Shades of Razzmatazz #E90F53

Tints of Razzmatazz #E90F53

Color information

#E90F53 (or 0xE90F53) is unknown color: approx Razzmatazz. HEX triplet: E9, 0F and 53. RGB value is (233,15,83). Sum of RGB (Red+Green+Blue) = 233+15+83=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F53 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90F53 is #16F0AC. Grayscale: #575757. Windows color (decimal): -1503405 or 5443561. OLE color: 5443561.

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

Color convert

RGB2331583-
CMYK00.940.640.09
HSL341.28º87.9%48.63%-
HSV(B)341.28º93.56%91.37%-
XYZ35.3418.299.85-
YUV87.93125.22231.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.39%
GREEN value IS 15 (6.25% from 255) = 4.53%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=70.39%
G=4.53%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233158300.940.640.09341.2887.948.63
HexE9F5305E4091555831
Octal3511712301361001152513061
Binary111010011111101001101011110100000010011010101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90F53; }

 p { color: rgb(233,15,83); }

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

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

 a { background-color: rgb(233,15,83); }

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

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

 span { border-color: rgb(233,15,83); }

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