#E90273

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

Shades of Razzmatazz #E90273

Tints of Razzmatazz #E90273

Color information

#E90273 (or 0xE90273) is unknown color: approx Razzmatazz. HEX triplet: E9, 02 and 73. RGB value is (233,2,115). Sum of RGB (Red+Green+Blue) = 233+2+115=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90273 is #16FD8C. Grayscale: #535353. Windows color (decimal): -1506701 or 7537385. OLE color: 7537385.

HSL color Cylindrical-coordinate representation of color #E90273: hue angle of 330.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90273 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB2332115-
CMYK00.990.510.09
HSL330.65º98.3%46.08%-
HSV(B)330.65º99.14%91.37%-
XYZ36.7218.617.88-
YUV83.95145.53234.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.57%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=66.57%
G=0.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233211500.990.510.09330.6598.346.08
HexE927306333914b622e
Octal35121630143631151314256
Binary111010011011100110110001111001110011010010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90273; }

 p { color: rgb(233,2,115); }

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

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

 a { background-color: rgb(233,2,115); }

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

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

 span { border-color: rgb(233,2,115); }

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