Html Css Color HEX #E5305A Amaranth

📋 copy color: '#E5305A'

red 229 ◦ green 48 ◦ blue 90

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

Shades of Amaranth #E5305A

Tints of Amaranth #E5305A

RGB

 RED value IS 229 (89.84% from 255) = 62.4%

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 62.4%
G = 13.08%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5305A (or 0xE5305A) is known color: Amaranth. HEX triplet: E5, 30 and 5A. RGB value is (229,48,90). Sum of RGB (Red+Green+Blue) = 229+48+90=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E5305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5305A is #1ACFA5. Grayscale: #6A6A6A. Windows color (decimal): -1757094 or 5910757. OLE color: 5910757.

HSL color Cylindrical-coordinate representation of color #E5305A: hue angle of 346.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5305A is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 90 -
CMYK 0 0.79 0.61 0.10
HSL 346.08º 0.78% 0.54% -
HSV(B) 346.08º 0.79% 0.9% -
XYZ 35.22 19.51 11.58 -
YUV 106.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 229 48 90 0 0.79 0.61 0.10 346.08 0.78 0.54
Hex E5 30 5A 0 4F 3D A 15A 4E 36
Octal 345 60 132 0 117 75 12 532 116 66
Binary 11100101 110000 1011010 0 1001111 111101 1010 101011010 1001110 110110

Color Harmonies of #E5305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5305A

Black with #E5305A

Text Example


Text Example

White with #E5305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5305A; }

 p { color: rgb(229,48,90); }

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

background-color css

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

 a { background-color: rgb(229,48,90); }

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

border-color css

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

 span { border-color: rgb(229,48,90); }

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