Html Css Color HEX #E02544 Amaranth

📋 copy color: '#E02544'

red 224 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #E02544

Tints of Amaranth #E02544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.25%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 68.09%
G = 11.25%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02544 (or 0xE02544) is known color: Amaranth. HEX triplet: E0, 25 and 44. RGB value is (224,37,68). Sum of RGB (Red+Green+Blue) = 224+37+68=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02544 is #1FDABB. Grayscale: #606060. Windows color (decimal): -2087612 or 4466144. OLE color: 4466144.

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

Color convert

RGB 224 37 68 -
CMYK 0 0.83 0.70 0.12
HSL 350.05º 0.75% 0.51% -
HSV(B) 350.05º 0.83% 0.88% -
XYZ 32.45 17.59 7.15 -
YUV 96.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 224 37 68 0 0.83 0.70 0.12 350.05 0.75 0.51
Hex E0 25 44 0 53 46 C 15E 4B 33
Octal 340 45 104 0 123 106 14 536 113 63
Binary 11100000 100101 1000100 0 1010011 1000110 1100 101011110 1001011 110011

Color Harmonies of #E02544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02544

Black with #E02544

Text Example


Text Example

White with #E02544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02544; }

 p { color: rgb(224,37,68); }

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

background-color css

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

 a { background-color: rgb(224,37,68); }

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

border-color css

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

 span { border-color: rgb(224,37,68); }

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