#E90272

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

Shades of Razzmatazz #E90272

Tints of Razzmatazz #E90272

Color information

#E90272 (or 0xE90272) is unknown color: approx Razzmatazz. HEX triplet: E9, 02 and 72. RGB value is (233,2,114). Sum of RGB (Red+Green+Blue) = 233+2+114=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E90272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90272 is #16FD8D. Grayscale: #535353. Windows color (decimal): -1506702 or 7471849. OLE color: 7471849.

HSL color Cylindrical-coordinate representation of color #E90272: hue angle of 330.91º 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 #E90272 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB2332114-
CMYK00.990.510.09
HSL330.91º98.3%46.08%-
HSV(B)330.91º99.14%91.37%-
XYZ36.6618.5817.57-
YUV83.84145.03234.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.76%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=66.76%
G=0.57%
B=32.66%

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
Decimal233211400.990.510.09330.9198.346.08
HexE927206333914b622e
Octal35121620143631151314256
Binary111010011011100100110001111001110011010010111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90272; }

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

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

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

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

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

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

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

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