Html Css Color HEX #E02C50 Amaranth

📋 copy color: '#E02C50'

red 224 ◦ green 44 ◦ blue 80

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

Shades of Amaranth #E02C50

Tints of Amaranth #E02C50

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

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

R = 64.37%
G = 12.64%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02C50 (or 0xE02C50) is known color: Amaranth. HEX triplet: E0, 2C and 50. RGB value is (224,44,80). Sum of RGB (Red+Green+Blue) = 224+44+80=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C50 is #1FD3AF. Grayscale: #656565. Windows color (decimal): -2085808 or 5254368. OLE color: 5254368.

HSL color Cylindrical-coordinate representation of color #E02C50: hue angle of 348º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C50 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 80 -
CMYK 0 0.80 0.64 0.12
HSL 348º 0.74% 0.53% -
HSV(B) 348º 0.8% 0.88% -
XYZ 33.09 18.23 9.36 -
YUV 101.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 224 44 80 0 0.80 0.64 0.12 348 0.74 0.53
Hex E0 2C 50 0 50 40 C 15C 4A 35
Octal 340 54 120 0 120 100 14 534 112 65
Binary 11100000 101100 1010000 0 1010000 1000000 1100 101011100 1001010 110101

Color Harmonies of #E02C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C50

Black with #E02C50

Text Example


Text Example

White with #E02C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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