Html Css Color HEX #E3295A Amaranth

📋 copy color: '#E3295A'

red 227 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #E3295A

Tints of Amaranth #E3295A

RGB

 RED value IS 227 (89.06% from 255) = 63.41%

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

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

R = 63.41%
G = 11.45%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3295A (or 0xE3295A) is known color: Amaranth. HEX triplet: E3, 29 and 5A. RGB value is (227,41,90). Sum of RGB (Red+Green+Blue) = 227+41+90=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E3295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3295A is #1CD6A5. Grayscale: #666666. Windows color (decimal): -1889958 or 5908963. OLE color: 5908963.

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

Color convert

RGB 227 41 90 -
CMYK 0 0.82 0.60 0.11
HSL 344.19º 0.77% 0.53% -
HSV(B) 344.19º 0.82% 0.89% -
XYZ 34.32 18.65 11.46 -
YUV 102.2 121.12 217.02 -
System Red Green Blue C M Y K H S L
Decimal 227 41 90 0 0.82 0.60 0.11 344.19 0.77 0.53
Hex E3 29 5A 0 52 3C B 158 4D 35
Octal 343 51 132 0 122 74 13 530 115 65
Binary 11100011 101001 1011010 0 1010010 111100 1011 101011000 1001101 110101

Color Harmonies of #E3295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3295A

Black with #E3295A

Text Example


Text Example

White with #E3295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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