Html Css Color HEX #EA2350 Amaranth

📋 copy color: '#EA2350'

red 234 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #EA2350

Tints of Amaranth #EA2350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 67.05%
G = 10.03%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA2350 (or 0xEA2350) is known color: Amaranth. HEX triplet: EA, 23 and 50. RGB value is (234,35,80). Sum of RGB (Red+Green+Blue) = 234+35+80=349 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.05% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2350 is #15DCAF. Grayscale: #636363. Windows color (decimal): -1432752 or 5252074. OLE color: 5252074.

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

Color convert

RGB 234 35 80 -
CMYK 0 0.85 0.66 0.08
HSL 346.43º 0.83% 0.53% -
HSV(B) 346.43º 0.85% 0.92% -
XYZ 35.98 19.27 9.41 -
YUV 99.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 234 35 80 0 0.85 0.66 0.08 346.43 0.83 0.53
Hex EA 23 50 0 55 42 8 15A 53 35
Octal 352 43 120 0 125 102 10 532 123 65
Binary 11101010 100011 1010000 0 1010101 1000010 1000 101011010 1010011 110101

Color Harmonies of #EA2350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2350

Black with #EA2350

Text Example


Text Example

White with #EA2350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2350; }

 p { color: rgb(234,35,80); }

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

background-color css

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

 a { background-color: rgb(234,35,80); }

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

border-color css

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

 span { border-color: rgb(234,35,80); }

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