Html Css Color HEX #E1295A Amaranth

📋 copy color: '#E1295A'

red 225 ◦ green 41 ◦ blue 90

#E1295A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E1295A

Tints of Amaranth #E1295A

RGB

 RED value IS 225 (88.28% from 255) = 63.2%

 GREEN value IS 41 (16.41% from 255) = 11.52%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 63.2%
G = 11.52%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1295A (or 0xE1295A) is known color: Amaranth. HEX triplet: E1, 29 and 5A. RGB value is (225,41,90). Sum of RGB (Red+Green+Blue) = 225+41+90=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1295A is #1ED6A5. Grayscale: #656565. Windows color (decimal): -2021030 or 5908961. OLE color: 5908961.

HSL color Cylindrical-coordinate representation of color #E1295A: hue angle of 344.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1295A is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 41 90 -
CMYK 0 0.82 0.60 0.12
HSL 344.02º 0.75% 0.52% -
HSV(B) 344.02º 0.82% 0.88% -
XYZ 33.69 18.33 11.44 -
YUV 101.6 121.46 216.02 -
System Red Green Blue C M Y K H S L
Decimal 225 41 90 0 0.82 0.60 0.12 344.02 0.75 0.52
Hex E1 29 5A 0 52 3C C 158 4B 34
Octal 341 51 132 0 122 74 14 530 113 64
Binary 11100001 101001 1011010 0 1010010 111100 1100 101011000 1001011 110100

Color Harmonies of #E1295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1295A

Black with #E1295A

Text Example


Text Example

White with #E1295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1295A; }

 p { color: rgb(225,41,90); }

 H1.HeaderClassName
 {
   color: #E1295A;
 }
 .AnyTagClassName
 {
   color: #E1295A;
 }
</style>

background-color css

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

 a { background-color: rgb(225,41,90); }

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

border-color css

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

 span { border-color: rgb(225,41,90); }

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