#E70359

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

Shades of Razzmatazz #E70359

Tints of Razzmatazz #E70359

Color information

#E70359 (or 0xE70359) is unknown color: approx Razzmatazz. HEX triplet: E7, 03 and 59. RGB value is (231,3,89). Sum of RGB (Red+Green+Blue) = 231+3+89=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E70359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70359 is #18FCA6. Grayscale: #505050. Windows color (decimal): -1637543 or 5833703. OLE color: 5833703.

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

Color convert

RGB231389-
CMYK00.990.610.09
HSL337.37º97.44%45.88%-
HSV(B)337.37º98.7%90.59%-
XYZ34.7917.7811.05-
YUV80.98132.54235.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 89 (35.16% from 255) = 27.55%
R=71.52%
G=0.93%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23138900.990.610.09337.3797.4445.88
HexE73590633D9151612e
Octal34731310143751152114156
Binary111001111110110010110001111110110011010100011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70359; }

 p { color: rgb(231,3,89); }

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

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

 a { background-color: rgb(231,3,89); }

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

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

 span { border-color: rgb(231,3,89); }

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