Html Css Color HEX #E02851 Amaranth

📋 copy color: '#E02851'

red 224 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #E02851

Tints of Amaranth #E02851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 64.93%
G = 11.59%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02851 (or 0xE02851) is known color: Amaranth. HEX triplet: E0, 28 and 51. RGB value is (224,40,81). Sum of RGB (Red+Green+Blue) = 224+40+81=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E02851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02851 is #1FD7AE. Grayscale: #636363. Windows color (decimal): -2086831 or 5318880. OLE color: 5318880.

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

Color convert

RGB 224 40 81 -
CMYK 0 0.82 0.64 0.12
HSL 346.63º 0.75% 0.52% -
HSV(B) 346.63º 0.82% 0.88% -
XYZ 32.98 17.96 9.51 -
YUV 99.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 224 40 81 0 0.82 0.64 0.12 346.63 0.75 0.52
Hex E0 28 51 0 52 40 C 15B 4B 34
Octal 340 50 121 0 122 100 14 533 113 64
Binary 11100000 101000 1010001 0 1010010 1000000 1100 101011011 1001011 110100

Color Harmonies of #E02851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02851

Black with #E02851

Text Example


Text Example

White with #E02851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02851; }

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

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

background-color css

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

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

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

border-color css

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

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

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