Html Css Color HEX #E0234A Amaranth

📋 copy color: '#E0234A'

red 224 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #E0234A

Tints of Amaranth #E0234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

 BLUE value IS 74 (29.3% from 255) = 22.22%

R = 67.27%
G = 10.51%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0234A (or 0xE0234A) is known color: Amaranth. HEX triplet: E0, 23 and 4A. RGB value is (224,35,74). Sum of RGB (Red+Green+Blue) = 224+35+74=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0234A is #1FDCB5. Grayscale: #5F5F5F. Windows color (decimal): -2088118 or 4858848. OLE color: 4858848.

HSL color Cylindrical-coordinate representation of color #E0234A: hue angle of 347.62º 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 #E0234A is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 35 74 -
CMYK 0 0.84 0.67 0.12
HSL 347.62º 0.75% 0.51% -
HSV(B) 347.62º 0.84% 0.88% -
XYZ 32.58 17.54 8.15 -
YUV 95.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 224 35 74 0 0.84 0.67 0.12 347.62 0.75 0.51
Hex E0 23 4A 0 54 43 C 15C 4B 33
Octal 340 43 112 0 124 103 14 534 113 63
Binary 11100000 100011 1001010 0 1010100 1000011 1100 101011100 1001011 110011

Color Harmonies of #E0234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0234A

Black with #E0234A

Text Example


Text Example

White with #E0234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0234A; }

 p { color: rgb(224,35,74); }

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

background-color css

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

 a { background-color: rgb(224,35,74); }

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

border-color css

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

 span { border-color: rgb(224,35,74); }

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