Html Css Color HEX #E04251 Amaranth

📋 copy color: '#E04251'

red 224 ◦ green 66 ◦ blue 81

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

Shades of Amaranth #E04251

Tints of Amaranth #E04251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 60.38%
G = 17.79%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E04251 (or 0xE04251) is known color: Amaranth. HEX triplet: E0, 42 and 51. RGB value is (224,66,81). Sum of RGB (Red+Green+Blue) = 224+66+81=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E04251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04251 is #1FBDAE. Grayscale: #737373. Windows color (decimal): -2080175 or 5325536. OLE color: 5325536.

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

Color convert

RGB 224 66 81 -
CMYK 0 0.71 0.64 0.12
HSL 354.3º 0.72% 0.57% -
HSV(B) 354.3º 0.71% 0.88% -
XYZ 34.17 20.34 9.91 -
YUV 114.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 224 66 81 0 0.71 0.64 0.12 354.3 0.72 0.57
Hex E0 42 51 0 47 40 C 162 48 39
Octal 340 102 121 0 107 100 14 542 110 71
Binary 11100000 1000010 1010001 0 1000111 1000000 1100 101100010 1001000 111001

Color Harmonies of #E04251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04251

Black with #E04251

Text Example


Text Example

White with #E04251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04251; }

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

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

background-color css

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

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

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

border-color css

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

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

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