Html Css Color HEX #E13357 Amaranth

📋 copy color: '#E13357'

red 225 ◦ green 51 ◦ blue 87

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

Shades of Amaranth #E13357

Tints of Amaranth #E13357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 87 (34.38% from 255) = 23.97%

R = 61.98%
G = 14.05%
B = 23.97%

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

#E13357 (or 0xE13357) is known color: Amaranth. HEX triplet: E1, 33 and 57. RGB value is (225,51,87). Sum of RGB (Red+Green+Blue) = 225+51+87=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E13357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13357 is #1ECCA8. Grayscale: #6B6B6B. Windows color (decimal): -2018473 or 5714913. OLE color: 5714913.

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

Color convert

RGB 225 51 87 -
CMYK 0 0.77 0.61 0.12
HSL 347.59º 0.74% 0.54% -
HSV(B) 347.59º 0.77% 0.88% -
XYZ 33.96 19.06 10.91 -
YUV 107.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 225 51 87 0 0.77 0.61 0.12 347.59 0.74 0.54
Hex E1 33 57 0 4D 3D C 15C 4A 36
Octal 341 63 127 0 115 75 14 534 112 66
Binary 11100001 110011 1010111 0 1001101 111101 1100 101011100 1001010 110110

Color Harmonies of #E13357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13357

Black with #E13357

Text Example


Text Example

White with #E13357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13357; }

 p { color: rgb(225,51,87); }

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

background-color css

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

 a { background-color: rgb(225,51,87); }

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

border-color css

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

 span { border-color: rgb(225,51,87); }

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