Html Css Color HEX #E02051 Amaranth

📋 copy color: '#E02051'

red 224 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #E02051

Tints of Amaranth #E02051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

 BLUE value IS 81 (32.03% from 255) = 24.04%

R = 66.47%
G = 9.5%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02051 (or 0xE02051) is known color: Amaranth. HEX triplet: E0, 20 and 51. RGB value is (224,32,81). Sum of RGB (Red+Green+Blue) = 224+32+81=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E02051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02051 is #1FDFAE. Grayscale: #5E5E5E. Windows color (decimal): -2088879 or 5316832. OLE color: 5316832.

HSL color Cylindrical-coordinate representation of color #E02051: hue angle of 344.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02051 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 81 -
CMYK 0 0.86 0.64 0.12
HSL 344.69º 0.76% 0.5% -
HSV(B) 344.69º 0.86% 0.88% -
XYZ 32.74 17.47 9.43 -
YUV 94.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 224 32 81 0 0.86 0.64 0.12 344.69 0.76 0.5
Hex E0 20 51 0 56 40 C 159 4C 32
Octal 340 40 121 0 126 100 14 531 114 62
Binary 11100000 100000 1010001 0 1010110 1000000 1100 101011001 1001100 110010

Color Harmonies of #E02051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02051

Black with #E02051

Text Example


Text Example

White with #E02051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02051; }

 p { color: rgb(224,32,81); }

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

background-color css

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

 a { background-color: rgb(224,32,81); }

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

border-color css

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

 span { border-color: rgb(224,32,81); }

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