#E70A62

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

Shades of Razzmatazz #E70A62

Tints of Razzmatazz #E70A62

Color information

#E70A62 (or 0xE70A62) is unknown color: approx Razzmatazz. HEX triplet: E7, 0A and 62. RGB value is (231,10,98). Sum of RGB (Red+Green+Blue) = 231+10+98=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70A62 is #18F59D. Grayscale: #555555. Windows color (decimal): -1635742 or 6425319. OLE color: 6425319.

HSL color Cylindrical-coordinate representation of color #E70A62: hue angle of 336.11º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A62 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB2311098-
CMYK00.960.580.09
HSL336.11º91.7%47.25%-
HSV(B)336.11º95.67%90.59%-
XYZ35.2718.0913.19-
YUV86.11134.72231.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.14%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=68.14%
G=2.95%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231109800.960.580.09336.1191.747.25
HexE7A620603A91505c2f
Octal347121420140721152013457
Binary11100111101011000100110000011101010011010100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A62; }

 p { color: rgb(231,10,98); }

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

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

 a { background-color: rgb(231,10,98); }

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

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

 span { border-color: rgb(231,10,98); }

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