Html Css Color HEX #EA214F Amaranth

📋 copy color: '#EA214F'

red 234 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #EA214F

Tints of Amaranth #EA214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 67.63%
G = 9.54%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA214F (or 0xEA214F) is known color: Amaranth. HEX triplet: EA, 21 and 4F. RGB value is (234,33,79). Sum of RGB (Red+Green+Blue) = 234+33+79=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA214F is #15DEB0. Grayscale: #626262. Windows color (decimal): -1433265 or 5186026. OLE color: 5186026.

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

Color convert

RGB 234 33 79 -
CMYK 0 0.86 0.66 0.08
HSL 346.27º 0.83% 0.52% -
HSV(B) 346.27º 0.86% 0.92% -
XYZ 35.89 19.14 9.2 -
YUV 98.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 234 33 79 0 0.86 0.66 0.08 346.27 0.83 0.52
Hex EA 21 4F 0 56 42 8 15A 53 34
Octal 352 41 117 0 126 102 10 532 123 64
Binary 11101010 100001 1001111 0 1010110 1000010 1000 101011010 1010011 110100

Color Harmonies of #EA214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA214F

Black with #EA214F

Text Example


Text Example

White with #EA214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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