Html Css Color HEX #EA385B Amaranth

📋 copy color: '#EA385B'

red 234 ◦ green 56 ◦ blue 91

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

Shades of Amaranth #EA385B

Tints of Amaranth #EA385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 61.42%
G = 14.7%
B = 23.88%

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

#EA385B (or 0xEA385B) is known color: Amaranth. HEX triplet: EA, 38 and 5B. RGB value is (234,56,91). Sum of RGB (Red+Green+Blue) = 234+56+91=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA385B is #15C7A4. Grayscale: #717171. Windows color (decimal): -1427365 or 5978346. OLE color: 5978346.

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

Color convert

RGB 234 56 91 -
CMYK 0 0.76 0.61 0.08
HSL 348.2º 0.81% 0.57% -
HSV(B) 348.2º 0.76% 0.92% -
XYZ 37.23 21.08 12 -
YUV 113.21 115.47 214.15 -
System Red Green Blue C M Y K H S L
Decimal 234 56 91 0 0.76 0.61 0.08 348.2 0.81 0.57
Hex EA 38 5B 0 4C 3D 8 15C 51 39
Octal 352 70 133 0 114 75 10 534 121 71
Binary 11101010 111000 1011011 0 1001100 111101 1000 101011100 1010001 111001

Color Harmonies of #EA385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA385B

Black with #EA385B

Text Example


Text Example

White with #EA385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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