Html Css Color HEX #E03255 Amaranth

📋 copy color: '#E03255'

red 224 ◦ green 50 ◦ blue 85

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

Shades of Amaranth #E03255

Tints of Amaranth #E03255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 62.4%
G = 13.93%
B = 23.68%

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

#E03255 (or 0xE03255) is known color: Amaranth. HEX triplet: E0, 32 and 55. RGB value is (224,50,85). Sum of RGB (Red+Green+Blue) = 224+50+85=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03255 is #1FCDAA. Grayscale: #6A6A6A. Windows color (decimal): -2084267 or 5583584. OLE color: 5583584.

HSL color Cylindrical-coordinate representation of color #E03255: hue angle of 347.93º 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 #E03255 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 85 -
CMYK 0 0.78 0.62 0.12
HSL 347.93º 0.74% 0.54% -
HSV(B) 347.93º 0.78% 0.88% -
XYZ 33.52 18.78 10.45 -
YUV 106.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 224 50 85 0 0.78 0.62 0.12 347.93 0.74 0.54
Hex E0 32 55 0 4E 3E C 15C 4A 36
Octal 340 62 125 0 116 76 14 534 112 66
Binary 11100000 110010 1010101 0 1001110 111110 1100 101011100 1001010 110110

Color Harmonies of #E03255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03255

Black with #E03255

Text Example


Text Example

White with #E03255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03255; }

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

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

background-color css

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

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

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

border-color css

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

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

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