Html Css Color HEX #E03253 Amaranth

📋 copy color: '#E03253'

red 224 ◦ green 50 ◦ blue 83

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

Shades of Amaranth #E03253

Tints of Amaranth #E03253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 62.75%
G = 14.01%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E03253 (or 0xE03253) is known color: Amaranth. HEX triplet: E0, 32 and 53. RGB value is (224,50,83). Sum of RGB (Red+Green+Blue) = 224+50+83=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E03253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03253 is #1FCDAC. Grayscale: #696969. Windows color (decimal): -2084269 or 5452512. OLE color: 5452512.

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

Color convert

RGB 224 50 83 -
CMYK 0 0.78 0.63 0.12
HSL 348.62º 0.74% 0.54% -
HSV(B) 348.62º 0.78% 0.88% -
XYZ 33.44 18.75 10.04 -
YUV 105.79 115.15 212.32 -
System Red Green Blue C M Y K H S L
Decimal 224 50 83 0 0.78 0.63 0.12 348.62 0.74 0.54
Hex E0 32 53 0 4E 3F C 15D 4A 36
Octal 340 62 123 0 116 77 14 535 112 66
Binary 11100000 110010 1010011 0 1001110 111111 1100 101011101 1001010 110110

Color Harmonies of #E03253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03253

Black with #E03253

Text Example


Text Example

White with #E03253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03253; }

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

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

background-color css

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

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

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

border-color css

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

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

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