Html Css Color HEX #EA2154 Amaranth

📋 copy color: '#EA2154'

red 234 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #EA2154

Tints of Amaranth #EA2154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 66.67%
G = 9.4%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA2154 (or 0xEA2154) is known color: Amaranth. HEX triplet: EA, 21 and 54. RGB value is (234,33,84). Sum of RGB (Red+Green+Blue) = 234+33+84=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2154 is #15DEAB. Grayscale: #626262. Windows color (decimal): -1433260 or 5513706. OLE color: 5513706.

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

Color convert

RGB 234 33 84 -
CMYK 0 0.86 0.64 0.08
HSL 344.78º 0.83% 0.52% -
HSV(B) 344.78º 0.86% 0.92% -
XYZ 36.08 19.22 10.2 -
YUV 98.91 119.59 224.35 -
System Red Green Blue C M Y K H S L
Decimal 234 33 84 0 0.86 0.64 0.08 344.78 0.83 0.52
Hex EA 21 54 0 56 40 8 159 53 34
Octal 352 41 124 0 126 100 10 531 123 64
Binary 11101010 100001 1010100 0 1010110 1000000 1000 101011001 1010011 110100

Color Harmonies of #EA2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2154

Black with #EA2154

Text Example


Text Example

White with #EA2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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