Html Css Color HEX #E03051 Amaranth

📋 copy color: '#E03051'

red 224 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #E03051

Tints of Amaranth #E03051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 63.46%
G = 13.6%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E03051 (or 0xE03051) is known color: Amaranth. HEX triplet: E0, 30 and 51. RGB value is (224,48,81). Sum of RGB (Red+Green+Blue) = 224+48+81=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E03051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03051 is #1FCFAE. Grayscale: #686868. Windows color (decimal): -2084783 or 5320928. OLE color: 5320928.

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

Color convert

RGB 224 48 81 -
CMYK 0 0.79 0.64 0.12
HSL 348.75º 0.74% 0.53% -
HSV(B) 348.75º 0.79% 0.88% -
XYZ 33.28 18.56 9.61 -
YUV 104.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 224 48 81 0 0.79 0.64 0.12 348.75 0.74 0.53
Hex E0 30 51 0 4F 40 C 15D 4A 35
Octal 340 60 121 0 117 100 14 535 112 65
Binary 11100000 110000 1010001 0 1001111 1000000 1100 101011101 1001010 110101

Color Harmonies of #E03051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03051

Black with #E03051

Text Example


Text Example

White with #E03051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03051; }

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

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

background-color css

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

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

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

border-color css

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

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

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