Html Css Color HEX #EA375B Amaranth

📋 copy color: '#EA375B'

red 234 ◦ green 55 ◦ blue 91

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

Shades of Amaranth #EA375B

Tints of Amaranth #EA375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.47%

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 61.58%
G = 14.47%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA375B (or 0xEA375B) is known color: Amaranth. HEX triplet: EA, 37 and 5B. RGB value is (234,55,91). Sum of RGB (Red+Green+Blue) = 234+55+91=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA375B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA375B is #15C8A4. Grayscale: #707070. Windows color (decimal): -1427621 or 5978090. OLE color: 5978090.

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

Color convert

RGB 234 55 91 -
CMYK 0 0.76 0.61 0.08
HSL 347.93º 0.81% 0.57% -
HSV(B) 347.93º 0.76% 0.92% -
XYZ 37.19 20.98 11.99 -
YUV 112.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 234 55 91 0 0.76 0.61 0.08 347.93 0.81 0.57
Hex EA 37 5B 0 4C 3D 8 15C 51 39
Octal 352 67 133 0 114 75 10 534 121 71
Binary 11101010 110111 1011011 0 1001100 111101 1000 101011100 1010001 111001

Color Harmonies of #EA375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA375B

Black with #EA375B

Text Example


Text Example

White with #EA375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA375B; }

 p { color: rgb(234,55,91); }

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

background-color css

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

 a { background-color: rgb(234,55,91); }

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

border-color css

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

 span { border-color: rgb(234,55,91); }

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