#E90278

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

Shades of Razzmatazz #E90278

Tints of Razzmatazz #E90278

Color information

#E90278 (or 0xE90278) is unknown color: approx Razzmatazz. HEX triplet: E9, 02 and 78. RGB value is (233,2,120). Sum of RGB (Red+Green+Blue) = 233+2+120=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E90278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90278 is #16FD87. Grayscale: #545454. Windows color (decimal): -1506696 or 7865065. OLE color: 7865065.

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

Color convert

RGB2332120-
CMYK00.990.480.09
HSL329.35º98.3%46.08%-
HSV(B)329.35º99.14%91.37%-
XYZ37.0218.7219.43-
YUV84.52148.03233.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.63%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=65.63%
G=0.56%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233212000.990.480.09329.3598.346.08
HexE9278063309149622e
Octal35121700143601151114256
Binary111010011011110000110001111000010011010010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90278; }

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

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

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

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

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

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

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

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