#E80367

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

Shades of Razzmatazz #E80367

Tints of Razzmatazz #E80367

Color information

#E80367 (or 0xE80367) is unknown color: approx Razzmatazz. HEX triplet: E8, 03 and 67. RGB value is (232,3,103). Sum of RGB (Red+Green+Blue) = 232+3+103=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E80367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80367 is #17FC98. Grayscale: #525252. Windows color (decimal): -1571993 or 6751208. OLE color: 6751208.

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

Color convert

RGB2323103-
CMYK00.990.560.09
HSL333.8º97.45%46.08%-
HSV(B)333.8º98.71%90.98%-
XYZ35.7618.214.46-
YUV82.87139.37234.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 68.64%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=68.64%
G=0.89%
B=30.47%

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
Decimal232310300.990.560.09333.897.4546.08
HexE836706338914e612e
Octal35031470143701151614156
Binary111010001111001110110001111100010011010011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80367; }

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

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

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

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

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

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

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

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