#E3334B

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

Shades of Amaranth #E3334B

Tints of Amaranth #E3334B

Color information

#E3334B (or 0xE3334B) is unknown color: approx Amaranth. HEX triplet: E3, 33 and 4B. RGB value is (227,51,75). Sum of RGB (Red+Green+Blue) = 227+51+75=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3334B is #1CCCB4. Grayscale: #6A6A6A. Windows color (decimal): -1887413 or 4928483. OLE color: 4928483.

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

Color convert

RGB2275175-
CMYK00.780.670.11
HSL351.82º75.86%54.51%-
HSV(B)351.82º77.53%89.02%-
XYZ34.1319.218.56-
YUV106.36110.31214.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=64.31%
G=14.45%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227517500.780.670.11351.8275.8654.51
HexE3334B04E43B1604c37
Octal3436311301161031354011467
Binary11100011110011100101101001110100001110111011000001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3334B; }

 p { color: rgb(227,51,75); }

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

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

 a { background-color: rgb(227,51,75); }

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

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

 span { border-color: rgb(227,51,75); }

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