Html Css Color HEX #EA214D Amaranth

📋 copy color: '#EA214D'

red 234 ◦ green 33 ◦ blue 77

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

Shades of Amaranth #EA214D

Tints of Amaranth #EA214D

RGB

 RED value IS 234 (91.8% from 255) = 68.02%

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

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

R = 68.02%
G = 9.59%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA214D (or 0xEA214D) is known color: Amaranth. HEX triplet: EA, 21 and 4D. RGB value is (234,33,77). Sum of RGB (Red+Green+Blue) = 234+33+77=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA214D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA214D is #15DEB2. Grayscale: #626262. Windows color (decimal): -1433267 or 5054954. OLE color: 5054954.

HSL color Cylindrical-coordinate representation of color #EA214D: hue angle of 346.87º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA214D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 77 -
CMYK 0 0.86 0.67 0.08
HSL 346.87º 0.83% 0.52% -
HSV(B) 346.87º 0.86% 0.92% -
XYZ 35.82 19.12 8.82 -
YUV 98.12 116.09 224.92 -
System Red Green Blue C M Y K H S L
Decimal 234 33 77 0 0.86 0.67 0.08 346.87 0.83 0.52
Hex EA 21 4D 0 56 43 8 15B 53 34
Octal 352 41 115 0 126 103 10 533 123 64
Binary 11101010 100001 1001101 0 1010110 1000011 1000 101011011 1010011 110100

Color Harmonies of #EA214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA214D

Black with #EA214D

Text Example


Text Example

White with #EA214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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