#E80175

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

Shades of Razzmatazz #E80175

Tints of Razzmatazz #E80175

Color information

#E80175 (or 0xE80175) is unknown color: approx Razzmatazz. HEX triplet: E8, 01 and 75. RGB value is (232,1,117). Sum of RGB (Red+Green+Blue) = 232+1+117=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E80175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80175 is #17FE8A. Grayscale: #535353. Windows color (decimal): -1572491 or 7668200. OLE color: 7668200.

HSL color Cylindrical-coordinate representation of color #E80175: hue angle of 329.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80175 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB2321117-
CMYK01.000.500.09
HSL329.87º99.14%45.69%-
HSV(B)329.87º99.57%90.98%-
XYZ36.518.4618.47-
YUV83.29147.03234.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.29%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=66.29%
G=0.29%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232111701.000.500.09329.8799.1445.69
HexE817506432914a632e
Octal35011650144621151214356
Binary11101000111101010110010011001010011010010101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80175; }

 p { color: rgb(232,1,117); }

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

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

 a { background-color: rgb(232,1,117); }

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

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

 span { border-color: rgb(232,1,117); }

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