Html Css Color HEX #EA395A Amaranth

📋 copy color: '#EA395A'

red 234 ◦ green 57 ◦ blue 90

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

Shades of Amaranth #EA395A

Tints of Amaranth #EA395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 61.42%
G = 14.96%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA395A (or 0xEA395A) is known color: Amaranth. HEX triplet: EA, 39 and 5A. RGB value is (234,57,90). Sum of RGB (Red+Green+Blue) = 234+57+90=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA395A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA395A is #15C6A5. Grayscale: #717171. Windows color (decimal): -1427110 or 5913066. OLE color: 5913066.

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

Color convert

RGB 234 57 90 -
CMYK 0 0.76 0.62 0.08
HSL 348.81º 0.81% 0.57% -
HSV(B) 348.81º 0.76% 0.92% -
XYZ 37.24 21.16 11.79 -
YUV 113.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 234 57 90 0 0.76 0.62 0.08 348.81 0.81 0.57
Hex EA 39 5A 0 4C 3E 8 15D 51 39
Octal 352 71 132 0 114 76 10 535 121 71
Binary 11101010 111001 1011010 0 1001100 111110 1000 101011101 1010001 111001

Color Harmonies of #EA395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA395A

Black with #EA395A

Text Example


Text Example

White with #EA395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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