Html Css Color HEX #EA2659 Amaranth

📋 copy color: '#EA2659'

red 234 ◦ green 38 ◦ blue 89

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

Shades of Amaranth #EA2659

Tints of Amaranth #EA2659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 64.82%
G = 10.53%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA2659 (or 0xEA2659) is known color: Amaranth. HEX triplet: EA, 26 and 59. RGB value is (234,38,89). Sum of RGB (Red+Green+Blue) = 234+38+89=361 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.82% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2659 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2659 is #15D9A6. Grayscale: #666666. Windows color (decimal): -1431975 or 5842666. OLE color: 5842666.

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

Color convert

RGB 234 38 89 -
CMYK 0 0.84 0.62 0.08
HSL 344.39º 0.82% 0.53% -
HSV(B) 344.39º 0.84% 0.92% -
XYZ 36.43 19.6 11.31 -
YUV 102.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 234 38 89 0 0.84 0.62 0.08 344.39 0.82 0.53
Hex EA 26 59 0 54 3E 8 158 52 35
Octal 352 46 131 0 124 76 10 530 122 65
Binary 11101010 100110 1011001 0 1010100 111110 1000 101011000 1010010 110101

Color Harmonies of #EA2659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2659

Black with #EA2659

Text Example


Text Example

White with #EA2659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2659; }

 p { color: rgb(234,38,89); }

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

background-color css

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

 a { background-color: rgb(234,38,89); }

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

border-color css

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

 span { border-color: rgb(234,38,89); }

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