Html Css Color HEX #EA2245 Amaranth

📋 copy color: '#EA2245'

red 234 ◦ green 34 ◦ blue 69

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

Shades of Amaranth #EA2245

Tints of Amaranth #EA2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 69.44%
G = 10.09%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2245 (or 0xEA2245) is known color: Amaranth. HEX triplet: EA, 22 and 45. RGB value is (234,34,69). Sum of RGB (Red+Green+Blue) = 234+34+69=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2245 is #15DDBA. Grayscale: #616161. Windows color (decimal): -1433019 or 4530922. OLE color: 4530922.

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

Color convert

RGB 234 34 69 -
CMYK 0 0.85 0.71 0.08
HSL 349.5º 0.83% 0.53% -
HSV(B) 349.5º 0.85% 0.92% -
XYZ 35.58 19.07 7.44 -
YUV 97.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 234 34 69 0 0.85 0.71 0.08 349.5 0.83 0.53
Hex EA 22 45 0 55 47 8 15E 53 35
Octal 352 42 105 0 125 107 10 536 123 65
Binary 11101010 100010 1000101 0 1010101 1000111 1000 101011110 1010011 110101

Color Harmonies of #EA2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2245

Black with #EA2245

Text Example


Text Example

White with #EA2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2245; }

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

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

background-color css

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

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

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

border-color css

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

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

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