Html Css Color HEX #EA2153 Amaranth

📋 copy color: '#EA2153'

red 234 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #EA2153

Tints of Amaranth #EA2153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 66.86%
G = 9.43%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2153 (or 0xEA2153) is known color: Amaranth. HEX triplet: EA, 21 and 53. RGB value is (234,33,83). Sum of RGB (Red+Green+Blue) = 234+33+83=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2153 is #15DEAC. Grayscale: #626262. Windows color (decimal): -1433261 or 5448170. OLE color: 5448170.

HSL color Cylindrical-coordinate representation of color #EA2153: hue angle of 345.07º 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 #EA2153 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 83 -
CMYK 0 0.86 0.65 0.08
HSL 345.07º 0.83% 0.52% -
HSV(B) 345.07º 0.86% 0.92% -
XYZ 36.04 19.2 9.99 -
YUV 98.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 234 33 83 0 0.86 0.65 0.08 345.07 0.83 0.52
Hex EA 21 53 0 56 41 8 159 53 34
Octal 352 41 123 0 126 101 10 531 123 64
Binary 11101010 100001 1010011 0 1010110 1000001 1000 101011001 1010011 110100

Color Harmonies of #EA2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2153

Black with #EA2153

Text Example


Text Example

White with #EA2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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