Html Css Color HEX #E1234B Amaranth

📋 copy color: '#E1234B'

red 225 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #E1234B

Tints of Amaranth #E1234B

RGB

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

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

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

R = 67.16%
G = 10.45%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1234B (or 0xE1234B) is known color: Amaranth. HEX triplet: E1, 23 and 4B. RGB value is (225,35,75). Sum of RGB (Red+Green+Blue) = 225+35+75=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1234B is #1EDCB4. Grayscale: #606060. Windows color (decimal): -2022581 or 4924385. OLE color: 4924385.

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

Color convert

RGB 225 35 75 -
CMYK 0 0.84 0.67 0.12
HSL 347.37º 0.76% 0.51% -
HSV(B) 347.37º 0.84% 0.88% -
XYZ 32.92 17.72 8.34 -
YUV 96.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 225 35 75 0 0.84 0.67 0.12 347.37 0.76 0.51
Hex E1 23 4B 0 54 43 C 15B 4C 33
Octal 341 43 113 0 124 103 14 533 114 63
Binary 11100001 100011 1001011 0 1010100 1000011 1100 101011011 1001100 110011

Color Harmonies of #E1234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1234B

Black with #E1234B

Text Example


Text Example

White with #E1234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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