Html Css Color HEX #E1424B Amaranth

📋 copy color: '#E1424B'

red 225 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #E1424B

Tints of Amaranth #E1424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 61.48%
G = 18.03%
B = 20.49%

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

#E1424B (or 0xE1424B) is known color: Amaranth. HEX triplet: E1, 42 and 4B. RGB value is (225,66,75). Sum of RGB (Red+Green+Blue) = 225+66+75=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1424B is #1EBDB4. Grayscale: #727272. Windows color (decimal): -2014645 or 4932321. OLE color: 4932321.

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

Color convert

RGB 225 66 75 -
CMYK 0 0.71 0.67 0.12
HSL 356.6º 0.73% 0.57% -
HSV(B) 356.6º 0.71% 0.88% -
XYZ 34.27 20.41 8.79 -
YUV 114.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 225 66 75 0 0.71 0.67 0.12 356.6 0.73 0.57
Hex E1 42 4B 0 47 43 C 165 49 39
Octal 341 102 113 0 107 103 14 545 111 71
Binary 11100001 1000010 1001011 0 1000111 1000011 1100 101100101 1001001 111001

Color Harmonies of #E1424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1424B

Black with #E1424B

Text Example


Text Example

White with #E1424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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