Html Css Color HEX #E02451 Amaranth

📋 copy color: '#E02451'

red 224 ◦ green 36 ◦ blue 81

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

Shades of Amaranth #E02451

Tints of Amaranth #E02451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 65.69%
G = 10.56%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02451 (or 0xE02451) is known color: Amaranth. HEX triplet: E0, 24 and 51. RGB value is (224,36,81). Sum of RGB (Red+Green+Blue) = 224+36+81=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E02451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02451 is #1FDBAE. Grayscale: #616161. Windows color (decimal): -2087855 or 5317856. OLE color: 5317856.

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

Color convert

RGB 224 36 81 -
CMYK 0 0.84 0.64 0.12
HSL 345.64º 0.75% 0.51% -
HSV(B) 345.64º 0.84% 0.88% -
XYZ 32.86 17.7 9.47 -
YUV 97.34 118.78 218.34 -
System Red Green Blue C M Y K H S L
Decimal 224 36 81 0 0.84 0.64 0.12 345.64 0.75 0.51
Hex E0 24 51 0 54 40 C 15A 4B 33
Octal 340 44 121 0 124 100 14 532 113 63
Binary 11100000 100100 1010001 0 1010100 1000000 1100 101011010 1001011 110011

Color Harmonies of #E02451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02451

Black with #E02451

Text Example


Text Example

White with #E02451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02451; }

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

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

background-color css

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

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

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

border-color css

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

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

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