Html Css Color HEX #E03256 Amaranth

📋 copy color: '#E03256'

red 224 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #E03256

Tints of Amaranth #E03256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 62.22%
G = 13.89%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03256 (or 0xE03256) is known color: Amaranth. HEX triplet: E0, 32 and 56. RGB value is (224,50,86). Sum of RGB (Red+Green+Blue) = 224+50+86=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E03256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03256 is #1FCDA9. Grayscale: #6A6A6A. Windows color (decimal): -2084266 or 5649120. OLE color: 5649120.

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

Color convert

RGB 224 50 86 -
CMYK 0 0.78 0.62 0.12
HSL 347.59º 0.74% 0.54% -
HSV(B) 347.59º 0.78% 0.88% -
XYZ 33.56 18.8 10.66 -
YUV 106.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 224 50 86 0 0.78 0.62 0.12 347.59 0.74 0.54
Hex E0 32 56 0 4E 3E C 15C 4A 36
Octal 340 62 126 0 116 76 14 534 112 66
Binary 11100000 110010 1010110 0 1001110 111110 1100 101011100 1001010 110110

Color Harmonies of #E03256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03256

Black with #E03256

Text Example


Text Example

White with #E03256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03256; }

 p { color: rgb(224,50,86); }

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

background-color css

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

 a { background-color: rgb(224,50,86); }

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

border-color css

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

 span { border-color: rgb(224,50,86); }

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