Html Css Color HEX #EA2252 Amaranth

📋 copy color: '#EA2252'

red 234 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #EA2252

Tints of Amaranth #EA2252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 66.86%
G = 9.71%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2252 (or 0xEA2252) is known color: Amaranth. HEX triplet: EA, 22 and 52. RGB value is (234,34,82). Sum of RGB (Red+Green+Blue) = 234+34+82=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2252 is #15DDAD. Grayscale: #636363. Windows color (decimal): -1433006 or 5382890. OLE color: 5382890.

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

Color convert

RGB 234 34 82 -
CMYK 0 0.85 0.65 0.08
HSL 345.6º 0.83% 0.53% -
HSV(B) 345.6º 0.85% 0.92% -
XYZ 36.03 19.25 9.8 -
YUV 99.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 234 34 82 0 0.85 0.65 0.08 345.6 0.83 0.53
Hex EA 22 52 0 55 41 8 15A 53 35
Octal 352 42 122 0 125 101 10 532 123 65
Binary 11101010 100010 1010010 0 1010101 1000001 1000 101011010 1010011 110101

Color Harmonies of #EA2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2252

Black with #EA2252

Text Example


Text Example

White with #EA2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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