Html Css Color HEX #E2214D Amaranth

📋 copy color: '#E2214D'

red 226 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #E2214D

Tints of Amaranth #E2214D

RGB

 RED value IS 226 (88.67% from 255) = 67.26%

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 67.26%
G = 9.82%
B = 22.92%

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

#E2214D (or 0xE2214D) is known color: Amaranth. HEX triplet: E2, 21 and 4D. RGB value is (226,33,77). Sum of RGB (Red+Green+Blue) = 226+33+77=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2214D is #1DDEB2. Grayscale: #5F5F5F. Windows color (decimal): -1957555 or 5054946. OLE color: 5054946.

HSL color Cylindrical-coordinate representation of color #E2214D: hue angle of 346.32º degrees, saturation: 0.77, 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 #E2214D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 77 -
CMYK 0 0.85 0.66 0.11
HSL 346.32º 0.77% 0.51% -
HSV(B) 346.32º 0.85% 0.89% -
XYZ 33.25 17.79 8.7 -
YUV 95.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 226 33 77 0 0.85 0.66 0.11 346.32 0.77 0.51
Hex E2 21 4D 0 55 42 B 15A 4D 33
Octal 342 41 115 0 125 102 13 532 115 63
Binary 11100010 100001 1001101 0 1010101 1000010 1011 101011010 1001101 110011

Color Harmonies of #E2214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2214D

Black with #E2214D

Text Example


Text Example

White with #E2214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2214D; }

 p { color: rgb(226,33,77); }

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

background-color css

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

 a { background-color: rgb(226,33,77); }

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

border-color css

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

 span { border-color: rgb(226,33,77); }

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