Html Css Color HEX #E02459 Amaranth

📋 copy color: '#E02459'

red 224 ◦ green 36 ◦ blue 89

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

Shades of Amaranth #E02459

Tints of Amaranth #E02459

RGB

 RED value IS 224 (87.89% from 255) = 64.18%

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

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

R = 64.18%
G = 10.32%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E02459 (or 0xE02459) is known color: Amaranth. HEX triplet: E0, 24 and 59. RGB value is (224,36,89). Sum of RGB (Red+Green+Blue) = 224+36+89=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E02459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02459 is #1FDBA6. Grayscale: #626262. Windows color (decimal): -2087847 or 5842144. OLE color: 5842144.

HSL color Cylindrical-coordinate representation of color #E02459: hue angle of 343.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02459 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 89 -
CMYK 0 0.84 0.60 0.12
HSL 343.09º 0.75% 0.51% -
HSV(B) 343.09º 0.84% 0.88% -
XYZ 33.17 17.83 11.14 -
YUV 98.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 224 36 89 0 0.84 0.60 0.12 343.09 0.75 0.51
Hex E0 24 59 0 54 3C C 157 4B 33
Octal 340 44 131 0 124 74 14 527 113 63
Binary 11100000 100100 1011001 0 1010100 111100 1100 101010111 1001011 110011

Color Harmonies of #E02459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02459

Black with #E02459

Text Example


Text Example

White with #E02459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02459; }

 p { color: rgb(224,36,89); }

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

background-color css

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

 a { background-color: rgb(224,36,89); }

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

border-color css

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

 span { border-color: rgb(224,36,89); }

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