#E2094F

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

Shades of Razzmatazz #E2094F

Tints of Razzmatazz #E2094F

Color information

#E2094F (or 0xE2094F) is unknown color: approx Razzmatazz. HEX triplet: E2, 09 and 4F. RGB value is (226,9,79). Sum of RGB (Red+Green+Blue) = 226+9+79=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E2094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2094F is #1DF6B0. Grayscale: #515151. Windows color (decimal): -1963697 or 5179874. OLE color: 5179874.

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

Color convert

RGB226979-
CMYK00.960.650.11
HSL340.65º92.34%46.08%-
HSV(B)340.65º96.02%88.63%-
XYZ32.8716.938.93-
YUV81.86126.39230.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 71.97%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 79 (31.25% from 255) = 25.16%
R=71.97%
G=2.87%
B=25.16%

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
Decimal22697900.960.650.11340.6592.3446.08
HexE294F06041B1555c2e
Octal3421111701401011352513456
Binary111000101001100111101100000100000110111010101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2094F; }

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

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

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

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

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

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

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

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