Html Css Color HEX #EA3858 Amaranth

📋 copy color: '#EA3858'

red 234 ◦ green 56 ◦ blue 88

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

Shades of Amaranth #EA3858

Tints of Amaranth #EA3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 88 (34.77% from 255) = 23.28%

R = 61.9%
G = 14.81%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA3858 (or 0xEA3858) is known color: Amaranth. HEX triplet: EA, 38 and 58. RGB value is (234,56,88). Sum of RGB (Red+Green+Blue) = 234+56+88=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3858 is #15C7A7. Grayscale: #707070. Windows color (decimal): -1427368 or 5781738. OLE color: 5781738.

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

Color convert

RGB 234 56 88 -
CMYK 0 0.76 0.62 0.08
HSL 349.21º 0.81% 0.57% -
HSV(B) 349.21º 0.76% 0.92% -
XYZ 37.11 21.03 11.34 -
YUV 112.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 234 56 88 0 0.76 0.62 0.08 349.21 0.81 0.57
Hex EA 38 58 0 4C 3E 8 15D 51 39
Octal 352 70 130 0 114 76 10 535 121 71
Binary 11101010 111000 1011000 0 1001100 111110 1000 101011101 1010001 111001

Color Harmonies of #EA3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3858

Black with #EA3858

Text Example


Text Example

White with #EA3858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3858; }

 p { color: rgb(234,56,88); }

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

background-color css

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

 a { background-color: rgb(234,56,88); }

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

border-color css

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

 span { border-color: rgb(234,56,88); }

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