Html Css Color HEX #E5214D Amaranth

📋 copy color: '#E5214D'

red 229 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #E5214D

Tints of Amaranth #E5214D

RGB

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

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

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

R = 67.55%
G = 9.73%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5214D (or 0xE5214D) is known color: Amaranth. HEX triplet: E5, 21 and 4D. RGB value is (229,33,77). Sum of RGB (Red+Green+Blue) = 229+33+77=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5214D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5214D is #1ADEB2. Grayscale: #606060. Windows color (decimal): -1760947 or 5054949. OLE color: 5054949.

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

Color convert

RGB 229 33 77 -
CMYK 0 0.86 0.66 0.10
HSL 346.53º 0.79% 0.51% -
HSV(B) 346.53º 0.86% 0.9% -
XYZ 34.2 18.28 8.75 -
YUV 96.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 229 33 77 0 0.86 0.66 0.10 346.53 0.79 0.51
Hex E5 21 4D 0 56 42 A 15B 4F 33
Octal 345 41 115 0 126 102 12 533 117 63
Binary 11100101 100001 1001101 0 1010110 1000010 1010 101011011 1001111 110011

Color Harmonies of #E5214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5214D

Black with #E5214D

Text Example


Text Example

White with #E5214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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