Html Css Color HEX #EA3B55 Amaranth

📋 copy color: '#EA3B55'

red 234 ◦ green 59 ◦ blue 85

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

Shades of Amaranth #EA3B55

Tints of Amaranth #EA3B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 61.9%
G = 15.61%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA3B55 (or 0xEA3B55) is known color: Amaranth. HEX triplet: EA, 3B and 55. RGB value is (234,59,85). Sum of RGB (Red+Green+Blue) = 234+59+85=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3B55 is #15C4AA. Grayscale: #727272. Windows color (decimal): -1426603 or 5585898. OLE color: 5585898.

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

Color convert

RGB 234 59 85 -
CMYK 0 0.75 0.64 0.08
HSL 351.09º 0.81% 0.57% -
HSV(B) 351.09º 0.75% 0.92% -
XYZ 37.14 21.28 10.74 -
YUV 114.29 111.48 213.39 -
System Red Green Blue C M Y K H S L
Decimal 234 59 85 0 0.75 0.64 0.08 351.09 0.81 0.57
Hex EA 3B 55 0 4B 40 8 15F 51 39
Octal 352 73 125 0 113 100 10 537 121 71
Binary 11101010 111011 1010101 0 1001011 1000000 1000 101011111 1010001 111001

Color Harmonies of #EA3B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3B55

Black with #EA3B55

Text Example


Text Example

White with #EA3B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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