Html Css Color HEX #EA285A Amaranth

📋 copy color: '#EA285A'

red 234 ◦ green 40 ◦ blue 90

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

Shades of Amaranth #EA285A

Tints of Amaranth #EA285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 64.29%
G = 10.99%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA285A (or 0xEA285A) is known color: Amaranth. HEX triplet: EA, 28 and 5A. RGB value is (234,40,90). Sum of RGB (Red+Green+Blue) = 234+40+90=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA285A is #15D7A5. Grayscale: #676767. Windows color (decimal): -1431462 or 5908714. OLE color: 5908714.

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

Color convert

RGB 234 40 90 -
CMYK 0 0.83 0.62 0.08
HSL 344.54º 0.82% 0.54% -
HSV(B) 344.54º 0.83% 0.92% -
XYZ 36.54 19.75 11.56 -
YUV 103.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 234 40 90 0 0.83 0.62 0.08 344.54 0.82 0.54
Hex EA 28 5A 0 53 3E 8 159 52 36
Octal 352 50 132 0 123 76 10 531 122 66
Binary 11101010 101000 1011010 0 1010011 111110 1000 101011001 1010010 110110

Color Harmonies of #EA285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA285A

Black with #EA285A

Text Example


Text Example

White with #EA285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA285A; }

 p { color: rgb(234,40,90); }

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

background-color css

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

 a { background-color: rgb(234,40,90); }

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

border-color css

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

 span { border-color: rgb(234,40,90); }

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