Html Css Color HEX #E1264B Amaranth

📋 copy color: '#E1264B'

red 225 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #E1264B

Tints of Amaranth #E1264B

RGB

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

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

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

R = 66.57%
G = 11.24%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1264B (or 0xE1264B) is known color: Amaranth. HEX triplet: E1, 26 and 4B. RGB value is (225,38,75). Sum of RGB (Red+Green+Blue) = 225+38+75=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1264B is #1ED9B4. Grayscale: #626262. Windows color (decimal): -2021813 or 4925153. OLE color: 4925153.

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

Color convert

RGB 225 38 75 -
CMYK 0 0.83 0.67 0.12
HSL 348.13º 0.76% 0.52% -
HSV(B) 348.13º 0.83% 0.88% -
XYZ 33.01 17.9 8.37 -
YUV 98.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 225 38 75 0 0.83 0.67 0.12 348.13 0.76 0.52
Hex E1 26 4B 0 53 43 C 15C 4C 34
Octal 341 46 113 0 123 103 14 534 114 64
Binary 11100001 100110 1001011 0 1010011 1000011 1100 101011100 1001100 110100

Color Harmonies of #E1264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1264B

Black with #E1264B

Text Example


Text Example

White with #E1264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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