Html Css Color HEX #E1434E Amaranth

📋 copy color: '#E1434E'

red 225 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #E1434E

Tints of Amaranth #E1434E

RGB

 RED value IS 225 (88.28% from 255) = 60.81%

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 60.81%
G = 18.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1434E (or 0xE1434E) is known color: Amaranth. HEX triplet: E1, 43 and 4E. RGB value is (225,67,78). Sum of RGB (Red+Green+Blue) = 225+67+78=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1434E is #1EBCB1. Grayscale: #737373. Windows color (decimal): -2014386 or 5129185. OLE color: 5129185.

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

Color convert

RGB 225 67 78 -
CMYK 0 0.70 0.65 0.12
HSL 355.82º 0.72% 0.57% -
HSV(B) 355.82º 0.7% 0.88% -
XYZ 34.43 20.57 9.36 -
YUV 115.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 225 67 78 0 0.70 0.65 0.12 355.82 0.72 0.57
Hex E1 43 4E 0 46 41 C 164 48 39
Octal 341 103 116 0 106 101 14 544 110 71
Binary 11100001 1000011 1001110 0 1000110 1000001 1100 101100100 1001000 111001

Color Harmonies of #E1434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1434E

Black with #E1434E

Text Example


Text Example

White with #E1434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1434E; }

 p { color: rgb(225,67,78); }

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

background-color css

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

 a { background-color: rgb(225,67,78); }

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

border-color css

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

 span { border-color: rgb(225,67,78); }

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