#E70763

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

Shades of Razzmatazz #E70763

Tints of Razzmatazz #E70763

Color information

#E70763 (or 0xE70763) is unknown color: approx Razzmatazz. HEX triplet: E7, 07 and 63. RGB value is (231,7,99). Sum of RGB (Red+Green+Blue) = 231+7+99=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E70763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70763 is #18F89C. Grayscale: #545454. Windows color (decimal): -1636509 or 6490087. OLE color: 6490087.

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

Color convert

RGB231799-
CMYK00.970.570.09
HSL335.36º94.12%46.67%-
HSV(B)335.36º96.97%90.59%-
XYZ35.2818.0413.43-
YUV84.46136.21232.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 68.55%
GREEN value IS 7 (3.12% from 255) = 2.08%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=68.55%
G=2.08%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23179900.970.570.09335.3694.1246.67
HexE776306139914f5e2f
Octal34771430141711151713657
Binary1110011111111000110110000111100110011010011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70763; }

 p { color: rgb(231,7,99); }

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

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

 a { background-color: rgb(231,7,99); }

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

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

 span { border-color: rgb(231,7,99); }

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