Html Css Color HEX #EA365B Amaranth

📋 copy color: '#EA365B'

red 234 ◦ green 54 ◦ blue 91

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

Shades of Amaranth #EA365B

Tints of Amaranth #EA365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

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

R = 61.74%
G = 14.25%
B = 24.01%

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

#EA365B (or 0xEA365B) is known color: Amaranth. HEX triplet: EA, 36 and 5B. RGB value is (234,54,91). Sum of RGB (Red+Green+Blue) = 234+54+91=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA365B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA365B is #15C9A4. Grayscale: #707070. Windows color (decimal): -1427877 or 5977834. OLE color: 5977834.

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

Color convert

RGB 234 54 91 -
CMYK 0 0.77 0.61 0.08
HSL 347.67º 0.81% 0.56% -
HSV(B) 347.67º 0.77% 0.92% -
XYZ 37.14 20.89 11.97 -
YUV 112.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 234 54 91 0 0.77 0.61 0.08 347.67 0.81 0.56
Hex EA 36 5B 0 4D 3D 8 15C 51 38
Octal 352 66 133 0 115 75 10 534 121 70
Binary 11101010 110110 1011011 0 1001101 111101 1000 101011100 1010001 111000

Color Harmonies of #EA365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA365B

Black with #EA365B

Text Example


Text Example

White with #EA365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA365B; }

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

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

background-color css

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

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

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

border-color css

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

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

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