Html Css Color HEX #E02559 Amaranth

📋 copy color: '#E02559'

red 224 ◦ green 37 ◦ blue 89

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

Shades of Amaranth #E02559

Tints of Amaranth #E02559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 64%
G = 10.57%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E02559 (or 0xE02559) is known color: Amaranth. HEX triplet: E0, 25 and 59. RGB value is (224,37,89). Sum of RGB (Red+Green+Blue) = 224+37+89=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E02559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02559 is #1FDAA6. Grayscale: #626262. Windows color (decimal): -2087591 or 5842400. OLE color: 5842400.

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

Color convert

RGB 224 37 89 -
CMYK 0 0.83 0.60 0.12
HSL 343.32º 0.75% 0.51% -
HSV(B) 343.32º 0.83% 0.88% -
XYZ 33.21 17.89 11.15 -
YUV 98.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 224 37 89 0 0.83 0.60 0.12 343.32 0.75 0.51
Hex E0 25 59 0 53 3C C 157 4B 33
Octal 340 45 131 0 123 74 14 527 113 63
Binary 11100000 100101 1011001 0 1010011 111100 1100 101010111 1001011 110011

Color Harmonies of #E02559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02559

Black with #E02559

Text Example


Text Example

White with #E02559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02559; }

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

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

background-color css

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

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

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

border-color css

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

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

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