Html Css Color HEX #E02C59 Amaranth

📋 copy color: '#E02C59'

red 224 ◦ green 44 ◦ blue 89

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

Shades of Amaranth #E02C59

Tints of Amaranth #E02C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

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

R = 62.75%
G = 12.32%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E02C59 (or 0xE02C59) is known color: Amaranth. HEX triplet: E0, 2C and 59. RGB value is (224,44,89). Sum of RGB (Red+Green+Blue) = 224+44+89=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C59 is #1FD3A6. Grayscale: #666666. Windows color (decimal): -2085799 or 5844192. OLE color: 5844192.

HSL color Cylindrical-coordinate representation of color #E02C59: hue angle of 345º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C59 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 89 -
CMYK 0 0.80 0.60 0.12
HSL 345º 0.74% 0.53% -
HSV(B) 345º 0.8% 0.88% -
XYZ 33.44 18.37 11.23 -
YUV 102.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 224 44 89 0 0.80 0.60 0.12 345 0.74 0.53
Hex E0 2C 59 0 50 3C C 159 4A 35
Octal 340 54 131 0 120 74 14 531 112 65
Binary 11100000 101100 1011001 0 1010000 111100 1100 101011001 1001010 110101

Color Harmonies of #E02C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C59

Black with #E02C59

Text Example


Text Example

White with #E02C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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