Html Css Color HEX #E13458 Amaranth

📋 copy color: '#E13458'

red 225 ◦ green 52 ◦ blue 88

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

Shades of Amaranth #E13458

Tints of Amaranth #E13458

RGB

 RED value IS 225 (88.28% from 255) = 61.64%

 GREEN value IS 52 (20.7% from 255) = 14.25%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 61.64%
G = 14.25%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E13458 (or 0xE13458) is known color: Amaranth. HEX triplet: E1, 34 and 58. RGB value is (225,52,88). Sum of RGB (Red+Green+Blue) = 225+52+88=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E13458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13458 is #1ECBA7. Grayscale: #6B6B6B. Windows color (decimal): -2018216 or 5780705. OLE color: 5780705.

HSL color Cylindrical-coordinate representation of color #E13458: hue angle of 347.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E13458 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 88 -
CMYK 0 0.77 0.61 0.12
HSL 347.51º 0.74% 0.54% -
HSV(B) 347.51º 0.77% 0.88% -
XYZ 34.04 19.17 11.14 -
YUV 107.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 225 52 88 0 0.77 0.61 0.12 347.51 0.74 0.54
Hex E1 34 58 0 4D 3D C 15C 4A 36
Octal 341 64 130 0 115 75 14 534 112 66
Binary 11100001 110100 1011000 0 1001101 111101 1100 101011100 1001010 110110

Color Harmonies of #E13458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13458

Black with #E13458

Text Example


Text Example

White with #E13458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13458; }

 p { color: rgb(225,52,88); }

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

background-color css

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

 a { background-color: rgb(225,52,88); }

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

border-color css

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

 span { border-color: rgb(225,52,88); }

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