Html Css Color HEX #E5224E Amaranth

📋 copy color: '#E5224E'

red 229 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #E5224E

Tints of Amaranth #E5224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 67.16%
G = 9.97%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5224E (or 0xE5224E) is known color: Amaranth. HEX triplet: E5, 22 and 4E. RGB value is (229,34,78). Sum of RGB (Red+Green+Blue) = 229+34+78=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5224E is #1ADDB1. Grayscale: #616161. Windows color (decimal): -1760690 or 5120741. OLE color: 5120741.

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

Color convert

RGB 229 34 78 -
CMYK 0 0.85 0.66 0.10
HSL 346.46º 0.79% 0.52% -
HSV(B) 346.46º 0.85% 0.9% -
XYZ 34.26 18.35 8.94 -
YUV 97.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 229 34 78 0 0.85 0.66 0.10 346.46 0.79 0.52
Hex E5 22 4E 0 55 42 A 15A 4F 34
Octal 345 42 116 0 125 102 12 532 117 64
Binary 11100101 100010 1001110 0 1010101 1000010 1010 101011010 1001111 110100

Color Harmonies of #E5224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5224E

Black with #E5224E

Text Example


Text Example

White with #E5224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5224E; }

 p { color: rgb(229,34,78); }

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

background-color css

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

 a { background-color: rgb(229,34,78); }

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

border-color css

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

 span { border-color: rgb(229,34,78); }

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