Html Css Color HEX #E5384F Amaranth

📋 copy color: '#E5384F'

red 229 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #E5384F

Tints of Amaranth #E5384F

RGB

 RED value IS 229 (89.84% from 255) = 62.91%

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

 BLUE value IS 79 (31.25% from 255) = 21.7%

R = 62.91%
G = 15.38%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5384F (or 0xE5384F) is known color: Amaranth. HEX triplet: E5, 38 and 4F. RGB value is (229,56,79). Sum of RGB (Red+Green+Blue) = 229+56+79=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E5384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5384F is #1AC7B0. Grayscale: #6E6E6E. Windows color (decimal): -1755057 or 5191909. OLE color: 5191909.

HSL color Cylindrical-coordinate representation of color #E5384F: hue angle of 352.02º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5384F is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 56 79 -
CMYK 0 0.76 0.66 0.10
HSL 352.02º 0.77% 0.56% -
HSV(B) 352.02º 0.76% 0.9% -
XYZ 35.14 20.05 9.42 -
YUV 110.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 229 56 79 0 0.76 0.66 0.10 352.02 0.77 0.56
Hex E5 38 4F 0 4C 42 A 160 4D 38
Octal 345 70 117 0 114 102 12 540 115 70
Binary 11100101 111000 1001111 0 1001100 1000010 1010 101100000 1001101 111000

Color Harmonies of #E5384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5384F

Black with #E5384F

Text Example


Text Example

White with #E5384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5384F; }

 p { color: rgb(229,56,79); }

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

background-color css

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

 a { background-color: rgb(229,56,79); }

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

border-color css

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

 span { border-color: rgb(229,56,79); }

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