Html Css Color HEX #EA214A Amaranth

📋 copy color: '#EA214A'

red 234 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #EA214A

Tints of Amaranth #EA214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 68.62%
G = 9.68%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA214A (or 0xEA214A) is known color: Amaranth. HEX triplet: EA, 21 and 4A. RGB value is (234,33,74). Sum of RGB (Red+Green+Blue) = 234+33+74=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA214A is #15DEB5. Grayscale: #616161. Windows color (decimal): -1433270 or 4858346. OLE color: 4858346.

HSL color Cylindrical-coordinate representation of color #EA214A: hue angle of 347.76º 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 #EA214A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 74 -
CMYK 0 0.86 0.68 0.08
HSL 347.76º 0.83% 0.52% -
HSV(B) 347.76º 0.86% 0.92% -
XYZ 35.71 19.07 8.28 -
YUV 97.77 114.59 225.17 -
System Red Green Blue C M Y K H S L
Decimal 234 33 74 0 0.86 0.68 0.08 347.76 0.83 0.52
Hex EA 21 4A 0 56 44 8 15C 53 34
Octal 352 41 112 0 126 104 10 534 123 64
Binary 11101010 100001 1001010 0 1010110 1000100 1000 101011100 1010011 110100

Color Harmonies of #EA214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA214A

Black with #EA214A

Text Example


Text Example

White with #EA214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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