#E20E52

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

Shades of Razzmatazz #E20E52

Tints of Razzmatazz #E20E52

Color information

#E20E52 (or 0xE20E52) is unknown color: approx Razzmatazz. HEX triplet: E2, 0E and 52. RGB value is (226,14,82). Sum of RGB (Red+Green+Blue) = 226+14+82=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E52 is #1DF1AD. Grayscale: #555555. Windows color (decimal): -1962414 or 5377762. OLE color: 5377762.

HSL color Cylindrical-coordinate representation of color #E20E52: hue angle of 340.75º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E52 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB2261482-
CMYK00.940.640.11
HSL340.75º88.33%47.06%-
HSV(B)340.75º93.81%88.63%-
XYZ33.0417.099.54-
YUV85.14126.24228.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 70.19%
GREEN value IS 14 (5.86% from 255) = 4.35%
BLUE value IS 82 (32.42% from 255) = 25.47%
R=70.19%
G=4.35%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226148200.940.640.11340.7588.3347.06
HexE2E5205E40B155582f
Octal3421612201361001352513057
Binary111000101110101001001011110100000010111010101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20E52; }

 p { color: rgb(226,14,82); }

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

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

 a { background-color: rgb(226,14,82); }

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

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

 span { border-color: rgb(226,14,82); }

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