#E80355

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

Shades of Razzmatazz #E80355

Tints of Razzmatazz #E80355

Color information

#E80355 (or 0xE80355) is unknown color: approx Razzmatazz. HEX triplet: E8, 03 and 55. RGB value is (232,3,85). Sum of RGB (Red+Green+Blue) = 232+3+85=320 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.5% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 232 - color contains mainly: red. Hex color #E80355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80355 is #17FCAA. Grayscale: #505050. Windows color (decimal): -1572011 or 5571560. OLE color: 5571560.

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

Color convert

RGB232385-
CMYK00.990.630.09
HSL338.52º97.45%46.08%-
HSV(B)338.52º98.71%90.98%-
XYZ34.9517.8810.2-
YUV80.82130.37235.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 72.5%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 85 (33.59% from 255) = 26.56%
R=72.5%
G=0.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23238500.990.630.09338.5297.4546.08
HexE83550633F9153612e
Octal35031250143771152314156
Binary111010001110101010110001111111110011010100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80355; }

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

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

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

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

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

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

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

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