Html Css Color HEX #EA3054 Amaranth

📋 copy color: '#EA3054'

red 234 ◦ green 48 ◦ blue 84

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

Shades of Amaranth #EA3054

Tints of Amaranth #EA3054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 63.93%
G = 13.11%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA3054 (or 0xEA3054) is known color: Amaranth. HEX triplet: EA, 30 and 54. RGB value is (234,48,84). Sum of RGB (Red+Green+Blue) = 234+48+84=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3054 is #15CFAB. Grayscale: #6B6B6B. Windows color (decimal): -1429420 or 5517546. OLE color: 5517546.

HSL color Cylindrical-coordinate representation of color #EA3054: hue angle of 348.39º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3054 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 48 84 -
CMYK 0 0.79 0.64 0.08
HSL 348.39º 0.82% 0.55% -
HSV(B) 348.39º 0.79% 0.92% -
XYZ 36.59 20.25 10.37 -
YUV 107.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 234 48 84 0 0.79 0.64 0.08 348.39 0.82 0.55
Hex EA 30 54 0 4F 40 8 15C 52 37
Octal 352 60 124 0 117 100 10 534 122 67
Binary 11101010 110000 1010100 0 1001111 1000000 1000 101011100 1010010 110111

Color Harmonies of #EA3054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3054

Black with #EA3054

Text Example


Text Example

White with #EA3054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3054; }

 p { color: rgb(234,48,84); }

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

background-color css

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

 a { background-color: rgb(234,48,84); }

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

border-color css

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

 span { border-color: rgb(234,48,84); }

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