Html Css Color HEX #EA3B5A Amaranth

📋 copy color: '#EA3B5A'

red 234 ◦ green 59 ◦ blue 90

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

Shades of Amaranth #EA3B5A

Tints of Amaranth #EA3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 61.1%
G = 15.4%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA3B5A (or 0xEA3B5A) is known color: Amaranth. HEX triplet: EA, 3B and 5A. RGB value is (234,59,90). Sum of RGB (Red+Green+Blue) = 234+59+90=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3B5A is #15C4A5. Grayscale: #727272. Windows color (decimal): -1426598 or 5913578. OLE color: 5913578.

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

Color convert

RGB 234 59 90 -
CMYK 0 0.75 0.62 0.08
HSL 349.37º 0.81% 0.57% -
HSV(B) 349.37º 0.75% 0.92% -
XYZ 37.34 21.36 11.83 -
YUV 114.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 234 59 90 0 0.75 0.62 0.08 349.37 0.81 0.57
Hex EA 3B 5A 0 4B 3E 8 15D 51 39
Octal 352 73 132 0 113 76 10 535 121 71
Binary 11101010 111011 1011010 0 1001011 111110 1000 101011101 1010001 111001

Color Harmonies of #EA3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B5A

Black with #EA3B5A

Text Example


Text Example

White with #EA3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B5A; }

 p { color: rgb(234,59,90); }

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

background-color css

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

 a { background-color: rgb(234,59,90); }

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

border-color css

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

 span { border-color: rgb(234,59,90); }

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