Html Css Color HEX #EA3251 Amaranth

📋 copy color: '#EA3251'

red 234 ◦ green 50 ◦ blue 81

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

Shades of Amaranth #EA3251

Tints of Amaranth #EA3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.7%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 64.11%
G = 13.7%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA3251 (or 0xEA3251) is known color: Amaranth. HEX triplet: EA, 32 and 51. RGB value is (234,50,81). Sum of RGB (Red+Green+Blue) = 234+50+81=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3251 is #15CDAE. Grayscale: #6C6C6C. Windows color (decimal): -1428911 or 5321450. OLE color: 5321450.

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

Color convert

RGB 234 50 81 -
CMYK 0 0.79 0.65 0.08
HSL 349.89º 0.81% 0.56% -
HSV(B) 349.89º 0.79% 0.92% -
XYZ 36.56 20.37 9.79 -
YUV 108.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 234 50 81 0 0.79 0.65 0.08 349.89 0.81 0.56
Hex EA 32 51 0 4F 41 8 15E 51 38
Octal 352 62 121 0 117 101 10 536 121 70
Binary 11101010 110010 1010001 0 1001111 1000001 1000 101011110 1010001 111000

Color Harmonies of #EA3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3251

Black with #EA3251

Text Example


Text Example

White with #EA3251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3251; }

 p { color: rgb(234,50,81); }

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

background-color css

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

 a { background-color: rgb(234,50,81); }

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

border-color css

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

 span { border-color: rgb(234,50,81); }

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