#E70571

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

Shades of Razzmatazz #E70571

Tints of Razzmatazz #E70571

Color information

#E70571 (or 0xE70571) is unknown color: approx Razzmatazz. HEX triplet: E7, 05 and 71. RGB value is (231,5,113). Sum of RGB (Red+Green+Blue) = 231+5+113=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E70571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70571 is #18FA8E. Grayscale: #545454. Windows color (decimal): -1637007 or 7407079. OLE color: 7407079.

HSL color Cylindrical-coordinate representation of color #E70571: hue angle of 331.33º degrees, saturation: 0.96, 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 #E70571 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB2315113-
CMYK00.980.510.09
HSL331.33º95.76%46.27%-
HSV(B)331.33º97.84%90.59%-
XYZ35.9918.2917.26-
YUV84.89143.87232.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.19%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=66.19%
G=1.43%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231511300.980.510.09331.3395.7646.27
HexE757106233914b602e
Octal34751610142631151314056
Binary1110011110111100010110001011001110011010010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70571; }

 p { color: rgb(231,5,113); }

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

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

 a { background-color: rgb(231,5,113); }

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

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

 span { border-color: rgb(231,5,113); }

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