#E80673

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

Shades of Razzmatazz #E80673

Tints of Razzmatazz #E80673

Color information

#E80673 (or 0xE80673) is unknown color: approx Razzmatazz. HEX triplet: E8, 06 and 73. RGB value is (232,6,115). Sum of RGB (Red+Green+Blue) = 232+6+115=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E80673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80673 is #17F98C. Grayscale: #555555. Windows color (decimal): -1571213 or 7538408. OLE color: 7538408.

HSL color Cylindrical-coordinate representation of color #E80673: hue angle of 331.06º degrees, saturation: 0.95, 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 #E80673 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB2326115-
CMYK00.970.500.09
HSL331.06º94.96%46.67%-
HSV(B)331.06º97.41%90.98%-
XYZ36.4418.5217.87-
YUV86144.37232.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.72%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=65.72%
G=1.70%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232611500.970.500.09331.0694.9646.67
HexE867306132914b5f2f
Octal35061630141621151313757
Binary1110100011011100110110000111001010011010010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80673; }

 p { color: rgb(232,6,115); }

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

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

 a { background-color: rgb(232,6,115); }

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

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

 span { border-color: rgb(232,6,115); }

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