Html Css Color HEX #EA2356 Amaranth

📋 copy color: '#EA2356'

red 234 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #EA2356

Tints of Amaranth #EA2356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.23%

R = 65.92%
G = 9.86%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EA2356 (or 0xEA2356) is known color: Amaranth. HEX triplet: EA, 23 and 56. RGB value is (234,35,86). Sum of RGB (Red+Green+Blue) = 234+35+86=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2356 is #15DCA9. Grayscale: #646464. Windows color (decimal): -1432746 or 5645290. OLE color: 5645290.

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

Color convert

RGB 234 35 86 -
CMYK 0 0.85 0.63 0.08
HSL 344.62º 0.83% 0.53% -
HSV(B) 344.62º 0.85% 0.92% -
XYZ 36.21 19.37 10.63 -
YUV 100.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 234 35 86 0 0.85 0.63 0.08 344.62 0.83 0.53
Hex EA 23 56 0 55 3F 8 159 53 35
Octal 352 43 126 0 125 77 10 531 123 65
Binary 11101010 100011 1010110 0 1010101 111111 1000 101011001 1010011 110101

Color Harmonies of #EA2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2356

Black with #EA2356

Text Example


Text Example

White with #EA2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2356; }

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

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

background-color css

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

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

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

border-color css

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

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

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