Html Css Color HEX #EA374B Amaranth

📋 copy color: '#EA374B'

red 234 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #EA374B

Tints of Amaranth #EA374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 64.29%
G = 15.11%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA374B (or 0xEA374B) is known color: Amaranth. HEX triplet: EA, 37 and 4B. RGB value is (234,55,75). Sum of RGB (Red+Green+Blue) = 234+55+75=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA374B is #15C8B4. Grayscale: #6E6E6E. Windows color (decimal): -1427637 or 4929514. OLE color: 4929514.

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

Color convert

RGB 234 55 75 -
CMYK 0 0.76 0.68 0.08
HSL 353.3º 0.81% 0.57% -
HSV(B) 353.3º 0.76% 0.92% -
XYZ 36.57 20.73 8.73 -
YUV 110.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 234 55 75 0 0.76 0.68 0.08 353.3 0.81 0.57
Hex EA 37 4B 0 4C 44 8 161 51 39
Octal 352 67 113 0 114 104 10 541 121 71
Binary 11101010 110111 1001011 0 1001100 1000100 1000 101100001 1010001 111001

Color Harmonies of #EA374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA374B

Black with #EA374B

Text Example


Text Example

White with #EA374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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