#E70A64

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

Shades of Razzmatazz #E70A64

Tints of Razzmatazz #E70A64

Color information

#E70A64 (or 0xE70A64) is unknown color: approx Razzmatazz. HEX triplet: E7, 0A and 64. RGB value is (231,10,100). Sum of RGB (Red+Green+Blue) = 231+10+100=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70A64 is #18F59B. Grayscale: #565656. Windows color (decimal): -1635740 or 6556391. OLE color: 6556391.

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

Color convert

RGB23110100-
CMYK00.960.570.09
HSL335.57º91.7%47.25%-
HSV(B)335.57º95.67%90.59%-
XYZ35.3618.1313.69-
YUV86.34135.72231.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 67.74%
GREEN value IS 10 (4.30% from 255) = 2.93%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=67.74%
G=2.93%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311010000.960.570.09335.5791.747.25
HexE7A640603991505c2f
Octal347121440140711152013457
Binary11100111101011001000110000011100110011010100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70A64; }

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

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

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

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

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

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

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

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