#E20951

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

Shades of Razzmatazz #E20951

Tints of Razzmatazz #E20951

Color information

#E20951 (or 0xE20951) is unknown color: approx Razzmatazz. HEX triplet: E2, 09 and 51. RGB value is (226,9,81). Sum of RGB (Red+Green+Blue) = 226+9+81=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E20951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20951 is #1DF6AE. Grayscale: #525252. Windows color (decimal): -1963695 or 5310946. OLE color: 5310946.

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

Color convert

RGB226981-
CMYK00.960.640.11
HSL340.09º92.34%46.08%-
HSV(B)340.09º96.02%88.63%-
XYZ32.9516.969.32-
YUV82.09127.39230.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.52%
GREEN value IS 9 (3.91% from 255) = 2.85%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=71.52%
G=2.85%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22698100.960.640.11340.0992.3446.08
HexE295106040B1545c2e
Octal3421112101401001352413456
Binary111000101001101000101100000100000010111010101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20951; }

 p { color: rgb(226,9,81); }

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

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

 a { background-color: rgb(226,9,81); }

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

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

 span { border-color: rgb(226,9,81); }

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