#e91d52

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

Shades of Amaranth #E91D52

Tints of Amaranth #E91D52

Color information

#E91D52 (or 0xE91D52) is unknown color: approx Amaranth. HEX triplet: E9, 1D and 52. RGB value is (233,29,82). Sum of RGB (Red+Green+Blue) = 233+29+82=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E91D52 is #16E2AD. Grayscale: #606060. Windows color (decimal): -1499822 or 5381609. OLE color: 5381609.

HSL color Cylindrical-coordinate representation of color #E91D52: hue angle of 344.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D52 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB2332982-
CMYK00.880.650.09
HSL344.41º82.26%51.37%-
HSV(B)344.41º87.55%91.37%-
XYZ35.5718.819.74-
YUV96.04120.09225.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 67.73%
GREEN value IS 29 (11.72% from 255) = 8.43%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=67.73%
G=8.43%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233298200.880.650.09344.4182.2651.37
HexE91D520584191585233
Octal3513512201301011153012263
Binary1110100111101101001001011000100000110011010110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e91d52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e91d52; }

 p { color: rgb(233,29,82); }

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

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

 a { background-color: rgb(233,29,82); }

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

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

 span { border-color: rgb(233,29,82); }

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