#E20950

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

Shades of Razzmatazz #E20950

Tints of Razzmatazz #E20950

Color information

#E20950 (or 0xE20950) is unknown color: approx Razzmatazz. HEX triplet: E2, 09 and 50. RGB value is (226,9,80). Sum of RGB (Red+Green+Blue) = 226+9+80=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E20950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20950 is #1DF6AF. Grayscale: #515151. Windows color (decimal): -1963696 or 5245410. OLE color: 5245410.

HSL color Cylindrical-coordinate representation of color #E20950: hue angle of 340.37º 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 #E20950 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB226980-
CMYK00.960.650.11
HSL340.37º92.34%46.08%-
HSV(B)340.37º96.02%88.63%-
XYZ32.9116.949.13-
YUV81.98126.89230.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.75%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=71.75%
G=2.86%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22698000.960.650.11340.3792.3446.08
HexE295006041B1545c2e
Octal3421112001401011352413456
Binary111000101001101000001100000100000110111010101001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20950; }

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

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

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

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

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

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

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

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