Html Css Color HEX #EA2145 Amaranth

📋 copy color: '#EA2145'

red 234 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #EA2145

Tints of Amaranth #EA2145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 69.64%
G = 9.82%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2145 (or 0xEA2145) is known color: Amaranth. HEX triplet: EA, 21 and 45. RGB value is (234,33,69). Sum of RGB (Red+Green+Blue) = 234+33+69=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2145 is #15DEBA. Grayscale: #616161. Windows color (decimal): -1433275 or 4530666. OLE color: 4530666.

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

Color convert

RGB 234 33 69 -
CMYK 0 0.86 0.71 0.08
HSL 349.25º 0.83% 0.52% -
HSV(B) 349.25º 0.86% 0.92% -
XYZ 35.55 19.01 7.43 -
YUV 97.2 112.09 225.57 -
System Red Green Blue C M Y K H S L
Decimal 234 33 69 0 0.86 0.71 0.08 349.25 0.83 0.52
Hex EA 21 45 0 56 47 8 15D 53 34
Octal 352 41 105 0 126 107 10 535 123 64
Binary 11101010 100001 1000101 0 1010110 1000111 1000 101011101 1010011 110100

Color Harmonies of #EA2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2145

Black with #EA2145

Text Example


Text Example

White with #EA2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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