#E80276

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

Shades of Razzmatazz #E80276

Tints of Razzmatazz #E80276

Color information

#E80276 (or 0xE80276) is unknown color: approx Razzmatazz. HEX triplet: E8, 02 and 76. RGB value is (232,2,118). Sum of RGB (Red+Green+Blue) = 232+2+118=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E80276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80276 is #17FD89. Grayscale: #535353. Windows color (decimal): -1572234 or 7733992. OLE color: 7733992.

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

Color convert

RGB2322118-
CMYK00.990.490.09
HSL329.74º98.29%45.88%-
HSV(B)329.74º99.14%90.98%-
XYZ36.5718.5118.78-
YUV83.99147.2233.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.91%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=65.91%
G=0.57%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232211800.990.490.09329.7498.2945.88
HexE827606331914a622e
Octal35021660143611151214256
Binary111010001011101100110001111000110011010010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80276; }

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

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

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

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

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

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

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

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