Html Css Color HEX #EA2452 Amaranth

📋 copy color: '#EA2452'

red 234 ◦ green 36 ◦ blue 82

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

Shades of Amaranth #EA2452

Tints of Amaranth #EA2452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

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

R = 66.48%
G = 10.23%
B = 23.3%

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

#EA2452 (or 0xEA2452) is known color: Amaranth. HEX triplet: EA, 24 and 52. RGB value is (234,36,82). Sum of RGB (Red+Green+Blue) = 234+36+82=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2452 is #15DBAD. Grayscale: #646464. Windows color (decimal): -1432494 or 5383402. OLE color: 5383402.

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

Color convert

RGB 234 36 82 -
CMYK 0 0.85 0.65 0.08
HSL 346.06º 0.83% 0.53% -
HSV(B) 346.06º 0.85% 0.92% -
XYZ 36.09 19.36 9.82 -
YUV 100.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 234 36 82 0 0.85 0.65 0.08 346.06 0.83 0.53
Hex EA 24 52 0 55 41 8 15A 52 35
Octal 352 44 122 0 125 101 10 532 122 65
Binary 11101010 100100 1010010 0 1010101 1000001 1000 101011010 1010010 110101

Color Harmonies of #EA2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2452

Black with #EA2452

Text Example


Text Example

White with #EA2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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