Html Css Color HEX #E0224B Amaranth

📋 copy color: '#E0224B'

red 224 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #E0224B

Tints of Amaranth #E0224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 67.27%
G = 10.21%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0224B (or 0xE0224B) is known color: Amaranth. HEX triplet: E0, 22 and 4B. RGB value is (224,34,75). Sum of RGB (Red+Green+Blue) = 224+34+75=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0224B is #1FDDB4. Grayscale: #5F5F5F. Windows color (decimal): -2088373 or 4924128. OLE color: 4924128.

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

Color convert

RGB 224 34 75 -
CMYK 0 0.85 0.67 0.12
HSL 347.05º 0.75% 0.51% -
HSV(B) 347.05º 0.85% 0.88% -
XYZ 32.58 17.5 8.32 -
YUV 95.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 224 34 75 0 0.85 0.67 0.12 347.05 0.75 0.51
Hex E0 22 4B 0 55 43 C 15B 4B 33
Octal 340 42 113 0 125 103 14 533 113 63
Binary 11100000 100010 1001011 0 1010101 1000011 1100 101011011 1001011 110011

Color Harmonies of #E0224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0224B

Black with #E0224B

Text Example


Text Example

White with #E0224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0224B; }

 p { color: rgb(224,34,75); }

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

background-color css

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

 a { background-color: rgb(224,34,75); }

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

border-color css

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

 span { border-color: rgb(224,34,75); }

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