#E80365

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

Shades of Razzmatazz #E80365

Tints of Razzmatazz #E80365

Color information

#E80365 (or 0xE80365) is unknown color: approx Razzmatazz. HEX triplet: E8, 03 and 65. RGB value is (232,3,101). Sum of RGB (Red+Green+Blue) = 232+3+101=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E80365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80365 is #17FC9A. Grayscale: #525252. Windows color (decimal): -1571995 or 6620136. OLE color: 6620136.

HSL color Cylindrical-coordinate representation of color #E80365: hue angle of 334.32º 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 #E80365 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB2323101-
CMYK00.990.560.09
HSL334.32º97.45%46.08%-
HSV(B)334.32º98.71%90.98%-
XYZ35.6618.1613.94-
YUV82.64138.37234.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 69.05%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=69.05%
G=0.89%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232310100.990.560.09334.3297.4546.08
HexE836506338914e612e
Octal35031450143701151614156
Binary111010001111001010110001111100010011010011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80365; }

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

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

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

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

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

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

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

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