#E70079

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

Shades of Razzmatazz #E70079

Tints of Razzmatazz #E70079

Color information

#E70079 (or 0xE70079) is unknown color: approx Razzmatazz. HEX triplet: E7, 00 and 79. RGB value is (231,0,121). Sum of RGB (Red+Green+Blue) = 231+0+121=352 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.62% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 231 - color contains mainly: red. Hex color #E70079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70079 is #18FF86. Grayscale: #525252. Windows color (decimal): -1638279 or 7930087. OLE color: 7930087.

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

Color convert

RGB2310121-
CMYK010.480.09
HSL328.57º100%45.29%-
HSV(B)328.57º100%90.59%-
XYZ36.4118.3719.72-
YUV82.86149.53233.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=65.62%
G=0%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2310121010.480.09328.5710045.29
HexE7079064309149642d
Octal34701710144601151114455
Binary11100111011110010110010011000010011010010011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70079; }

 p { color: rgb(231,0,121); }

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

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

 a { background-color: rgb(231,0,121); }

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

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

 span { border-color: rgb(231,0,121); }

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