Html Css Color HEX #E1234F Amaranth

📋 copy color: '#E1234F'

red 225 ◦ green 35 ◦ blue 79

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

Shades of Amaranth #E1234F

Tints of Amaranth #E1234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 66.37%
G = 10.32%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1234F (or 0xE1234F) is known color: Amaranth. HEX triplet: E1, 23 and 4F. RGB value is (225,35,79). Sum of RGB (Red+Green+Blue) = 225+35+79=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1234F is #1EDCB0. Grayscale: #606060. Windows color (decimal): -2022577 or 5186529. OLE color: 5186529.

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

Color convert

RGB 225 35 79 -
CMYK 0 0.84 0.65 0.12
HSL 346.11º 0.76% 0.51% -
HSV(B) 346.11º 0.84% 0.88% -
XYZ 33.06 17.77 9.09 -
YUV 96.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 225 35 79 0 0.84 0.65 0.12 346.11 0.76 0.51
Hex E1 23 4F 0 54 41 C 15A 4C 33
Octal 341 43 117 0 124 101 14 532 114 63
Binary 11100001 100011 1001111 0 1010100 1000001 1100 101011010 1001100 110011

Color Harmonies of #E1234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1234F

Black with #E1234F

Text Example


Text Example

White with #E1234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1234F; }

 p { color: rgb(225,35,79); }

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

background-color css

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

 a { background-color: rgb(225,35,79); }

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

border-color css

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

 span { border-color: rgb(225,35,79); }

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