#E3026A

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

Shades of Razzmatazz #E3026A

Tints of Razzmatazz #E3026A

Color information

#E3026A (or 0xE3026A) is unknown color: approx Razzmatazz. HEX triplet: E3, 02 and 6A. RGB value is (227,2,106). Sum of RGB (Red+Green+Blue) = 227+2+106=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3026A is #1CFD95. Grayscale: #505050. Windows color (decimal): -1899926 or 6947555. OLE color: 6947555.

HSL color Cylindrical-coordinate representation of color #E3026A: hue angle of 332.27º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3026A is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB2272106-
CMYK00.990.530.11
HSL332.27º98.25%44.9%-
HSV(B)332.27º99.12%89.02%-
XYZ34.317.4115.19-
YUV81.13142.04232.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 67.76%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=67.76%
G=0.60%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227210600.990.530.11332.2798.2544.9
HexE326A06335B14c622d
Octal34321520143651351414255
Binary111000111011010100110001111010110111010011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3026A; }

 p { color: rgb(227,2,106); }

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

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

 a { background-color: rgb(227,2,106); }

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

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

 span { border-color: rgb(227,2,106); }

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