#E80259

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

Shades of Razzmatazz #E80259

Tints of Razzmatazz #E80259

Color information

#E80259 (or 0xE80259) is unknown color: approx Razzmatazz. HEX triplet: E8, 02 and 59. RGB value is (232,2,89). Sum of RGB (Red+Green+Blue) = 232+2+89=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E80259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80259 is #17FDA6. Grayscale: #505050. Windows color (decimal): -1572263 or 5833448. OLE color: 5833448.

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

Color convert

RGB232289-
CMYK00.990.620.09
HSL337.3º98.29%45.88%-
HSV(B)337.3º99.14%90.98%-
XYZ35.117.9211.06-
YUV80.69132.7235.93-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.83%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=71.83%
G=0.62%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23228900.990.620.09337.398.2945.88
HexE82590633E9151622e
Octal35021310143761152114256
Binary111010001010110010110001111111010011010100011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80259; }

 p { color: rgb(232,2,89); }

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

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

 a { background-color: rgb(232,2,89); }

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

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

 span { border-color: rgb(232,2,89); }

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