Html Css Color HEX #EA355B Amaranth

📋 copy color: '#EA355B'

red 234 ◦ green 53 ◦ blue 91

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

Shades of Amaranth #EA355B

Tints of Amaranth #EA355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 61.9%
G = 14.02%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA355B (or 0xEA355B) is known color: Amaranth. HEX triplet: EA, 35 and 5B. RGB value is (234,53,91). Sum of RGB (Red+Green+Blue) = 234+53+91=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA355B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA355B is #15CAA4. Grayscale: #6F6F6F. Windows color (decimal): -1428133 or 5977578. OLE color: 5977578.

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

Color convert

RGB 234 53 91 -
CMYK 0 0.77 0.61 0.08
HSL 347.4º 0.81% 0.56% -
HSV(B) 347.4º 0.77% 0.92% -
XYZ 37.09 20.79 11.96 -
YUV 111.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 234 53 91 0 0.77 0.61 0.08 347.4 0.81 0.56
Hex EA 35 5B 0 4D 3D 8 15B 51 38
Octal 352 65 133 0 115 75 10 533 121 70
Binary 11101010 110101 1011011 0 1001101 111101 1000 101011011 1010001 111000

Color Harmonies of #EA355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA355B

Black with #EA355B

Text Example


Text Example

White with #EA355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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