#E80D63

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

Shades of Razzmatazz #E80D63

Tints of Razzmatazz #E80D63

Color information

#E80D63 (or 0xE80D63) is unknown color: approx Razzmatazz. HEX triplet: E8, 0D and 63. RGB value is (232,13,99). Sum of RGB (Red+Green+Blue) = 232+13+99=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D63 is #17F29C. Grayscale: #585858. Windows color (decimal): -1569437 or 6491624. OLE color: 6491624.

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

Color convert

RGB2321399-
CMYK00.940.570.09
HSL336.44º89.39%48.04%-
HSV(B)336.44º94.4%90.98%-
XYZ35.6718.3413.46-
YUV88.28134.05230.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 67.44%
GREEN value IS 13 (5.47% from 255) = 3.78%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=67.44%
G=3.78%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232139900.940.570.09336.4489.3948.04
HexE8D6305E3991505930
Octal350151430136711152013160
Binary11101000110111000110101111011100110011010100001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80D63; }

 p { color: rgb(232,13,99); }

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

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

 a { background-color: rgb(232,13,99); }

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

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

 span { border-color: rgb(232,13,99); }

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