Html Css Color HEX #E0414B Amaranth

📋 copy color: '#E0414B'

red 224 ◦ green 65 ◦ blue 75

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

Shades of Amaranth #E0414B

Tints of Amaranth #E0414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 61.54%
G = 17.86%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0414B (or 0xE0414B) is known color: Amaranth. HEX triplet: E0, 41 and 4B. RGB value is (224,65,75). Sum of RGB (Red+Green+Blue) = 224+65+75=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0414B is #1FBEB4. Grayscale: #717171. Windows color (decimal): -2080437 or 4932064. OLE color: 4932064.

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

Color convert

RGB 224 65 75 -
CMYK 0 0.71 0.67 0.12
HSL 356.23º 0.72% 0.57% -
HSV(B) 356.23º 0.71% 0.88% -
XYZ 33.9 20.14 8.76 -
YUV 113.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 224 65 75 0 0.71 0.67 0.12 356.23 0.72 0.57
Hex E0 41 4B 0 47 43 C 164 48 39
Octal 340 101 113 0 107 103 14 544 110 71
Binary 11100000 1000001 1001011 0 1000111 1000011 1100 101100100 1001000 111001

Color Harmonies of #E0414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0414B

Black with #E0414B

Text Example


Text Example

White with #E0414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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