Html Css Color HEX #E1264F Amaranth

📋 copy color: '#E1264F'

red 225 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #E1264F

Tints of Amaranth #E1264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 65.79%
G = 11.11%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1264F (or 0xE1264F) is known color: Amaranth. HEX triplet: E1, 26 and 4F. RGB value is (225,38,79). Sum of RGB (Red+Green+Blue) = 225+38+79=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1264F is #1ED9B0. Grayscale: #626262. Windows color (decimal): -2021809 or 5187297. OLE color: 5187297.

HSL color Cylindrical-coordinate representation of color #E1264F: hue angle of 346.84º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1264F is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 79 -
CMYK 0 0.83 0.65 0.12
HSL 346.84º 0.76% 0.52% -
HSV(B) 346.84º 0.83% 0.88% -
XYZ 33.16 17.96 9.12 -
YUV 98.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 225 38 79 0 0.83 0.65 0.12 346.84 0.76 0.52
Hex E1 26 4F 0 53 41 C 15B 4C 34
Octal 341 46 117 0 123 101 14 533 114 64
Binary 11100001 100110 1001111 0 1010011 1000001 1100 101011011 1001100 110100

Color Harmonies of #E1264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1264F

Black with #E1264F

Text Example


Text Example

White with #E1264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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