#E70476

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

Shades of Razzmatazz #E70476

Tints of Razzmatazz #E70476

Color information

#E70476 (or 0xE70476) is unknown color: approx Razzmatazz. HEX triplet: E7, 04 and 76. RGB value is (231,4,118). Sum of RGB (Red+Green+Blue) = 231+4+118=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E70476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70476 is #18FB89. Grayscale: #545454. Windows color (decimal): -1637258 or 7734503. OLE color: 7734503.

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

Color convert

RGB2314118-
CMYK00.980.490.09
HSL329.87º96.6%46.08%-
HSV(B)329.87º98.27%90.59%-
XYZ36.2718.3818.78-
YUV84.87146.71232.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.44%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=65.44%
G=1.13%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231411800.980.490.09329.8796.646.08
HexE747606231914a612e
Octal34741660142611151214156
Binary1110011110011101100110001011000110011010010101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70476; }

 p { color: rgb(231,4,118); }

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

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

 a { background-color: rgb(231,4,118); }

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

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

 span { border-color: rgb(231,4,118); }

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