Html Css Color HEX #E8225A Amaranth

📋 copy color: '#E8225A'

red 232 ◦ green 34 ◦ blue 90

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

Shades of Amaranth #E8225A

Tints of Amaranth #E8225A

RGB

 RED value IS 232 (91.02% from 255) = 65.17%

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 65.17%
G = 9.55%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8225A (or 0xE8225A) is known color: Amaranth. HEX triplet: E8, 22 and 5A. RGB value is (232,34,90). Sum of RGB (Red+Green+Blue) = 232+34+90=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E8225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8225A is #17DDA5. Grayscale: #636363. Windows color (decimal): -1564070 or 5907176. OLE color: 5907176.

HSL color Cylindrical-coordinate representation of color #E8225A: hue angle of 343.03º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8225A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 34 90 -
CMYK 0 0.85 0.61 0.09
HSL 343.03º 0.81% 0.52% -
HSV(B) 343.03º 0.85% 0.91% -
XYZ 35.7 19.04 11.47 -
YUV 99.59 122.6 222.45 -
System Red Green Blue C M Y K H S L
Decimal 232 34 90 0 0.85 0.61 0.09 343.03 0.81 0.52
Hex E8 22 5A 0 55 3D 9 157 51 34
Octal 350 42 132 0 125 75 11 527 121 64
Binary 11101000 100010 1011010 0 1010101 111101 1001 101010111 1010001 110100

Color Harmonies of #E8225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8225A

Black with #E8225A

Text Example


Text Example

White with #E8225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8225A; }

 p { color: rgb(232,34,90); }

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

background-color css

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

 a { background-color: rgb(232,34,90); }

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

border-color css

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

 span { border-color: rgb(232,34,90); }

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