#E70F4D

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

Shades of Razzmatazz #E70F4D

Tints of Razzmatazz #E70F4D

Color information

#E70F4D (or 0xE70F4D) is unknown color: approx Razzmatazz. HEX triplet: E7, 0F and 4D. RGB value is (231,15,77). Sum of RGB (Red+Green+Blue) = 231+15+77=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F4D is #18F0B2. Grayscale: #565656. Windows color (decimal): -1634483 or 5050343. OLE color: 5050343.

HSL color Cylindrical-coordinate representation of color #E70F4D: hue angle of 342.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70F4D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB2311577-
CMYK00.940.670.09
HSL342.78º87.8%48.24%-
HSV(B)342.78º93.51%90.59%-
XYZ34.4717.878.65-
YUV86.65122.56230.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=71.52%
G=4.64%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231157700.940.670.09342.7887.848.24
HexE7F4D05E4391575830
Octal3471711501361031152713060
Binary111001111111100110101011110100001110011010101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F4D; }

 p { color: rgb(231,15,77); }

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

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

 a { background-color: rgb(231,15,77); }

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

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

 span { border-color: rgb(231,15,77); }

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