#E70658

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

Shades of Razzmatazz #E70658

Tints of Razzmatazz #E70658

Color information

#E70658 (or 0xE70658) is unknown color: approx Razzmatazz. HEX triplet: E7, 06 and 58. RGB value is (231,6,88). Sum of RGB (Red+Green+Blue) = 231+6+88=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E70658 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70658 is #18F9A7. Grayscale: #525252. Windows color (decimal): -1636776 or 5768935. OLE color: 5768935.

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

Color convert

RGB231688-
CMYK00.970.620.09
HSL338.13º94.94%46.47%-
HSV(B)338.13º97.4%90.59%-
XYZ34.7817.8210.84-
YUV82.62131.04233.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.08%
GREEN value IS 6 (2.73% from 255) = 1.85%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=71.08%
G=1.85%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23168800.970.620.09338.1394.9446.47
HexE76580613E91525f2e
Octal34761300141761152213756
Binary1110011111010110000110000111111010011010100101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70658; }

 p { color: rgb(231,6,88); }

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

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

 a { background-color: rgb(231,6,88); }

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

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

 span { border-color: rgb(231,6,88); }

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