#E8086E

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

Shades of Razzmatazz #E8086E

Tints of Razzmatazz #E8086E

Color information

#E8086E (or 0xE8086E) is unknown color: approx Razzmatazz. HEX triplet: E8, 08 and 6E. RGB value is (232,8,110). Sum of RGB (Red+Green+Blue) = 232+8+110=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E8086E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8086E is #17F791. Grayscale: #565656. Windows color (decimal): -1570706 or 7211240. OLE color: 7211240.

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

Color convert

RGB2328110-
CMYK00.970.530.09
HSL332.68º93.33%47.06%-
HSV(B)332.68º96.55%90.98%-
XYZ36.1818.4616.41-
YUV86.6141.21231.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.29%
GREEN value IS 8 (3.52% from 255) = 2.29%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=66.29%
G=2.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232811000.970.530.09332.6893.3347.06
HexE886E06135914d5d2f
Octal350101560141651151513557
Binary11101000100011011100110000111010110011010011011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8086E; }

 p { color: rgb(232,8,110); }

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

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

 a { background-color: rgb(232,8,110); }

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

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

 span { border-color: rgb(232,8,110); }

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