#E33052

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

Shades of Amaranth #E33052

Tints of Amaranth #E33052

Color information

#E33052 (or 0xE33052) is unknown color: approx Amaranth. HEX triplet: E3, 30 and 52. RGB value is (227,48,82). Sum of RGB (Red+Green+Blue) = 227+48+82=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E33052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33052 is #1CCFAD. Grayscale: #696969. Windows color (decimal): -1888174 or 5386467. OLE color: 5386467.

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

Color convert

RGB2274882-
CMYK00.790.640.11
HSL348.6º76.17%53.92%-
HSV(B)348.6º78.85%89.02%-
XYZ34.2619.059.85-
YUV105.4114.8214.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.59%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=63.59%
G=13.45%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227488200.790.640.11348.676.1753.92
HexE3305204F40B15d4c36
Octal3436012201171001353511466
Binary11100011110000101001001001111100000010111010111011001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33052; }

 p { color: rgb(227,48,82); }

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

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

 a { background-color: rgb(227,48,82); }

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

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

 span { border-color: rgb(227,48,82); }

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