Html Css Color HEX #E3224D Amaranth

📋 copy color: '#E3224D'

red 227 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #E3224D

Tints of Amaranth #E3224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 67.16%
G = 10.06%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3224D (or 0xE3224D) is known color: Amaranth. HEX triplet: E3, 22 and 4D. RGB value is (227,34,77). Sum of RGB (Red+Green+Blue) = 227+34+77=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3224D is #1CDDB2. Grayscale: #606060. Windows color (decimal): -1891763 or 5055203. OLE color: 5055203.

HSL color Cylindrical-coordinate representation of color #E3224D: hue angle of 346.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3224D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 34 77 -
CMYK 0 0.85 0.66 0.11
HSL 346.63º 0.78% 0.51% -
HSV(B) 346.63º 0.85% 0.89% -
XYZ 33.59 18.01 8.73 -
YUV 96.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 227 34 77 0 0.85 0.66 0.11 346.63 0.78 0.51
Hex E3 22 4D 0 55 42 B 15B 4E 33
Octal 343 42 115 0 125 102 13 533 116 63
Binary 11100011 100010 1001101 0 1010101 1000010 1011 101011011 1001110 110011

Color Harmonies of #E3224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3224D

Black with #E3224D

Text Example


Text Example

White with #E3224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3224D; }

 p { color: rgb(227,34,77); }

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

background-color css

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

 a { background-color: rgb(227,34,77); }

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

border-color css

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

 span { border-color: rgb(227,34,77); }

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