Html Css Color HEX #E02450 Amaranth

📋 copy color: '#E02450'

red 224 ◦ green 36 ◦ blue 80

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

Shades of Amaranth #E02450

Tints of Amaranth #E02450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 65.88%
G = 10.59%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02450 (or 0xE02450) is known color: Amaranth. HEX triplet: E0, 24 and 50. RGB value is (224,36,80). Sum of RGB (Red+Green+Blue) = 224+36+80=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E02450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02450 is #1FDBAF. Grayscale: #616161. Windows color (decimal): -2087856 or 5252320. OLE color: 5252320.

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

Color convert

RGB 224 36 80 -
CMYK 0 0.84 0.64 0.12
HSL 345.96º 0.75% 0.51% -
HSV(B) 345.96º 0.84% 0.88% -
XYZ 32.82 17.69 9.27 -
YUV 97.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 224 36 80 0 0.84 0.64 0.12 345.96 0.75 0.51
Hex E0 24 50 0 54 40 C 15A 4B 33
Octal 340 44 120 0 124 100 14 532 113 63
Binary 11100000 100100 1010000 0 1010100 1000000 1100 101011010 1001011 110011

Color Harmonies of #E02450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02450

Black with #E02450

Text Example


Text Example

White with #E02450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02450; }

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

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

background-color css

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

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

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

border-color css

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

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

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