#E80274

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

Shades of Razzmatazz #E80274

Tints of Razzmatazz #E80274

Color information

#E80274 (or 0xE80274) is unknown color: approx Razzmatazz. HEX triplet: E8, 02 and 74. RGB value is (232,2,116). Sum of RGB (Red+Green+Blue) = 232+2+116=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E80274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80274 is #17FD8B. Grayscale: #535353. Windows color (decimal): -1572236 or 7602920. OLE color: 7602920.

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

Color convert

RGB2322116-
CMYK00.990.500.09
HSL330.26º98.29%45.88%-
HSV(B)330.26º99.14%90.98%-
XYZ36.4518.4618.16-
YUV83.77146.2233.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 66.29%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=66.29%
G=0.57%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232211600.990.500.09330.2698.2945.88
HexE827406332914a622e
Octal35021640143621151214256
Binary111010001011101000110001111001010011010010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80274; }

 p { color: rgb(232,2,116); }

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

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

 a { background-color: rgb(232,2,116); }

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

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

 span { border-color: rgb(232,2,116); }

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