Html Css Color HEX #EA1E48 Amaranth

📋 copy color: '#EA1E48'

red 234 ◦ green 30 ◦ blue 72

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

Shades of Amaranth #EA1E48

Tints of Amaranth #EA1E48

RGB

 RED value IS 234 (91.8% from 255) = 69.64%

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 72 (28.52% from 255) = 21.43%

R = 69.64%
G = 8.93%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA1E48 (or 0xEA1E48) is known color: Amaranth. HEX triplet: EA, 1E and 48. RGB value is (234,30,72). Sum of RGB (Red+Green+Blue) = 234+30+72=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA1E48 is #15E1B7. Grayscale: #5F5F5F. Windows color (decimal): -1434040 or 4726506. OLE color: 4726506.

HSL color Cylindrical-coordinate representation of color #EA1E48: hue angle of 347.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1E48 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 30 72 -
CMYK 0 0.87 0.69 0.08
HSL 347.65º 0.83% 0.52% -
HSV(B) 347.65º 0.87% 0.92% -
XYZ 35.57 18.89 7.9 -
YUV 95.78 114.59 226.58 -
System Red Green Blue C M Y K H S L
Decimal 234 30 72 0 0.87 0.69 0.08 347.65 0.83 0.52
Hex EA 1E 48 0 57 45 8 15C 53 34
Octal 352 36 110 0 127 105 10 534 123 64
Binary 11101010 11110 1001000 0 1010111 1000101 1000 101011100 1010011 110100

Color Harmonies of #EA1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E48

Black with #EA1E48

Text Example


Text Example

White with #EA1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E48; }

 p { color: rgb(234,30,72); }

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

background-color css

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

 a { background-color: rgb(234,30,72); }

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

border-color css

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

 span { border-color: rgb(234,30,72); }

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