Html Css Color HEX #E1434B Amaranth

📋 copy color: '#E1434B'

red 225 ◦ green 67 ◦ blue 75

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

Shades of Amaranth #E1434B

Tints of Amaranth #E1434B

RGB

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

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

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

R = 61.31%
G = 18.26%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1434B (or 0xE1434B) is known color: Amaranth. HEX triplet: E1, 43 and 4B. RGB value is (225,67,75). Sum of RGB (Red+Green+Blue) = 225+67+75=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1434B is #1EBCB4. Grayscale: #737373. Windows color (decimal): -2014389 or 4932577. OLE color: 4932577.

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

Color convert

RGB 225 67 75 -
CMYK 0 0.70 0.67 0.12
HSL 356.96º 0.72% 0.57% -
HSV(B) 356.96º 0.7% 0.88% -
XYZ 34.33 20.53 8.81 -
YUV 115.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 225 67 75 0 0.70 0.67 0.12 356.96 0.72 0.57
Hex E1 43 4B 0 46 43 C 165 48 39
Octal 341 103 113 0 106 103 14 545 110 71
Binary 11100001 1000011 1001011 0 1000110 1000011 1100 101100101 1001000 111001

Color Harmonies of #E1434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1434B

Black with #E1434B

Text Example


Text Example

White with #E1434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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