#E20F52

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

Shades of Razzmatazz #E20F52

Tints of Razzmatazz #E20F52

Color information

#E20F52 (or 0xE20F52) is unknown color: approx Razzmatazz. HEX triplet: E2, 0F and 52. RGB value is (226,15,82). Sum of RGB (Red+Green+Blue) = 226+15+82=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F52 is #1DF0AD. Grayscale: #555555. Windows color (decimal): -1962158 or 5378018. OLE color: 5378018.

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

Color convert

RGB2261582-
CMYK00.930.640.11
HSL340.95º87.55%47.25%-
HSV(B)340.95º93.36%88.63%-
XYZ33.0617.129.54-
YUV85.73125.9228.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 69.97%
GREEN value IS 15 (6.25% from 255) = 4.64%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=69.97%
G=4.64%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226158200.930.640.11340.9587.5547.25
HexE2F5205D40B155582f
Octal3421712201351001352513057
Binary111000101111101001001011101100000010111010101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F52; }

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

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

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

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

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

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

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

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