#E81155

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

Shades of Razzmatazz #E81155

Tints of Razzmatazz #E81155

Color information

#E81155 (or 0xE81155) is unknown color: approx Razzmatazz. HEX triplet: E8, 11 and 55. RGB value is (232,17,85). Sum of RGB (Red+Green+Blue) = 232+17+85=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E81155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81155 is #17EEAA. Grayscale: #585858. Windows color (decimal): -1568427 or 5575144. OLE color: 5575144.

HSL color Cylindrical-coordinate representation of color #E81155: hue angle of 341.02º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81155 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB2321785-
CMYK00.930.630.09
HSL341.02º86.35%48.82%-
HSV(B)341.02º92.67%90.98%-
XYZ35.1218.2110.26-
YUV89.04125.73229.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 69.46%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=69.46%
G=5.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232178500.930.630.09341.0286.3548.82
HexE8115505D3F91555631
Octal350211250135771152512661
Binary111010001000110101010101110111111110011010101011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81155; }

 p { color: rgb(232,17,85); }

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

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

 a { background-color: rgb(232,17,85); }

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

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

 span { border-color: rgb(232,17,85); }

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