#E70B51

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

Shades of Razzmatazz #E70B51

Tints of Razzmatazz #E70B51

Color information

#E70B51 (or 0xE70B51) is unknown color: approx Razzmatazz. HEX triplet: E7, 0B and 51. RGB value is (231,11,81). Sum of RGB (Red+Green+Blue) = 231+11+81=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70B51 is #18F4AE. Grayscale: #545454. Windows color (decimal): -1635503 or 5311463. OLE color: 5311463.

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

Color convert

RGB2311181-
CMYK00.950.650.09
HSL340.91º90.91%47.45%-
HSV(B)340.91º95.24%90.59%-
XYZ34.5617.829.4-
YUV84.76125.89232.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 71.52%
GREEN value IS 11 (4.69% from 255) = 3.41%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=71.52%
G=3.41%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231118100.950.650.09340.9190.9147.45
HexE7B5105F4191555b2f
Octal3471312101371011152513357
Binary111001111011101000101011111100000110011010101011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70B51; }

 p { color: rgb(231,11,81); }

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

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

 a { background-color: rgb(231,11,81); }

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

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

 span { border-color: rgb(231,11,81); }

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