#E90279

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

Shades of Razzmatazz #E90279

Tints of Razzmatazz #E90279

Color information

#E90279 (or 0xE90279) is unknown color: approx Razzmatazz. HEX triplet: E9, 02 and 79. RGB value is (233,2,121). Sum of RGB (Red+Green+Blue) = 233+2+121=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E90279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90279 is #16FD86. Grayscale: #545454. Windows color (decimal): -1506695 or 7930601. OLE color: 7930601.

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

Color convert

RGB2332121-
CMYK00.990.480.09
HSL329.09º98.3%46.08%-
HSV(B)329.09º99.14%91.37%-
XYZ37.0818.7519.75-
YUV84.64148.53233.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.45%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=65.45%
G=0.56%
B=33.99%

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
Decimal233212100.990.480.09329.0998.346.08
HexE9279063309149622e
Octal35121710143601151114256
Binary111010011011110010110001111000010011010010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90279; }

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

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

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

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

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

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

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

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