Html Css Color HEX #E03750 Amaranth

📋 copy color: '#E03750'

red 224 ◦ green 55 ◦ blue 80

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

Shades of Amaranth #E03750

Tints of Amaranth #E03750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

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

R = 62.4%
G = 15.32%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E03750 (or 0xE03750) is known color: Amaranth. HEX triplet: E0, 37 and 50. RGB value is (224,55,80). Sum of RGB (Red+Green+Blue) = 224+55+80=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03750 is #1FC8AF. Grayscale: #6C6C6C. Windows color (decimal): -2082992 or 5257184. OLE color: 5257184.

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

Color convert

RGB 224 55 80 -
CMYK 0 0.75 0.64 0.12
HSL 351.12º 0.73% 0.55% -
HSV(B) 351.12º 0.75% 0.88% -
XYZ 33.55 19.16 9.52 -
YUV 108.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 224 55 80 0 0.75 0.64 0.12 351.12 0.73 0.55
Hex E0 37 50 0 4B 40 C 15F 49 37
Octal 340 67 120 0 113 100 14 537 111 67
Binary 11100000 110111 1010000 0 1001011 1000000 1100 101011111 1001001 110111

Color Harmonies of #E03750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03750

Black with #E03750

Text Example


Text Example

White with #E03750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03750; }

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

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

background-color css

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

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

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

border-color css

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

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

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