Html Css Color HEX #E03650 Amaranth

📋 copy color: '#E03650'

red 224 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #E03650

Tints of Amaranth #E03650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 62.57%
G = 15.08%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E03650 (or 0xE03650) is known color: Amaranth. HEX triplet: E0, 36 and 50. RGB value is (224,54,80). Sum of RGB (Red+Green+Blue) = 224+54+80=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E03650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03650 is #1FC9AF. Grayscale: #6B6B6B. Windows color (decimal): -2083248 or 5256928. OLE color: 5256928.

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

Color convert

RGB 224 54 80 -
CMYK 0 0.76 0.64 0.12
HSL 350.82º 0.73% 0.55% -
HSV(B) 350.82º 0.76% 0.88% -
XYZ 33.51 19.06 9.5 -
YUV 107.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 224 54 80 0 0.76 0.64 0.12 350.82 0.73 0.55
Hex E0 36 50 0 4C 40 C 15F 49 37
Octal 340 66 120 0 114 100 14 537 111 67
Binary 11100000 110110 1010000 0 1001100 1000000 1100 101011111 1001001 110111

Color Harmonies of #E03650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03650

Black with #E03650

Text Example


Text Example

White with #E03650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03650; }

 p { color: rgb(224,54,80); }

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

background-color css

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

 a { background-color: rgb(224,54,80); }

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

border-color css

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

 span { border-color: rgb(224,54,80); }

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