Html Css Color HEX #EA2152 Amaranth

📋 copy color: '#EA2152'

red 234 ◦ green 33 ◦ blue 82

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

Shades of Amaranth #EA2152

Tints of Amaranth #EA2152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 67.05%
G = 9.46%
B = 23.5%

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

#EA2152 (or 0xEA2152) is known color: Amaranth. HEX triplet: EA, 21 and 52. RGB value is (234,33,82). Sum of RGB (Red+Green+Blue) = 234+33+82=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2152 is #15DEAD. Grayscale: #626262. Windows color (decimal): -1433262 or 5382634. OLE color: 5382634.

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

Color convert

RGB 234 33 82 -
CMYK 0 0.86 0.65 0.08
HSL 345.37º 0.83% 0.52% -
HSV(B) 345.37º 0.86% 0.92% -
XYZ 36 19.19 9.79 -
YUV 98.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 234 33 82 0 0.86 0.65 0.08 345.37 0.83 0.52
Hex EA 21 52 0 56 41 8 159 53 34
Octal 352 41 122 0 126 101 10 531 123 64
Binary 11101010 100001 1010010 0 1010110 1000001 1000 101011001 1010011 110100

Color Harmonies of #EA2152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2152

Black with #EA2152

Text Example


Text Example

White with #EA2152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2152; }

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

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

background-color css

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

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

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

border-color css

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

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

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