Html Css Color HEX #E02259 Amaranth

📋 copy color: '#E02259'

red 224 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #E02259

Tints of Amaranth #E02259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 64.55%
G = 9.8%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E02259 (or 0xE02259) is known color: Amaranth. HEX triplet: E0, 22 and 59. RGB value is (224,34,89). Sum of RGB (Red+Green+Blue) = 224+34+89=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E02259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02259 is #1FDDA6. Grayscale: #616161. Windows color (decimal): -2088359 or 5841632. OLE color: 5841632.

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

Color convert

RGB 224 34 89 -
CMYK 0 0.85 0.60 0.12
HSL 342.63º 0.75% 0.51% -
HSV(B) 342.63º 0.85% 0.88% -
XYZ 33.12 17.71 11.12 -
YUV 97.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 224 34 89 0 0.85 0.60 0.12 342.63 0.75 0.51
Hex E0 22 59 0 55 3C C 157 4B 33
Octal 340 42 131 0 125 74 14 527 113 63
Binary 11100000 100010 1011001 0 1010101 111100 1100 101010111 1001011 110011

Color Harmonies of #E02259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02259

Black with #E02259

Text Example


Text Example

White with #E02259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02259; }

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

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

background-color css

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

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

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

border-color css

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

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

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