Html Css Color HEX #E14352 Amaranth

📋 copy color: '#E14352'

red 225 ◦ green 67 ◦ blue 82

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

Shades of Amaranth #E14352

Tints of Amaranth #E14352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

 BLUE value IS 82 (32.42% from 255) = 21.93%

R = 60.16%
G = 17.91%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E14352 (or 0xE14352) is known color: Amaranth. HEX triplet: E1, 43 and 52. RGB value is (225,67,82). Sum of RGB (Red+Green+Blue) = 225+67+82=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E14352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14352 is #1EBCAD. Grayscale: #747474. Windows color (decimal): -2014382 or 5391329. OLE color: 5391329.

HSL color Cylindrical-coordinate representation of color #E14352: hue angle of 354.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14352 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 82 -
CMYK 0 0.70 0.64 0.12
HSL 354.3º 0.72% 0.57% -
HSV(B) 354.3º 0.7% 0.88% -
XYZ 34.58 20.63 10.14 -
YUV 115.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 225 67 82 0 0.70 0.64 0.12 354.3 0.72 0.57
Hex E1 43 52 0 46 40 C 162 48 39
Octal 341 103 122 0 106 100 14 542 110 71
Binary 11100001 1000011 1010010 0 1000110 1000000 1100 101100010 1001000 111001

Color Harmonies of #E14352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14352

Black with #E14352

Text Example


Text Example

White with #E14352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14352; }

 p { color: rgb(225,67,82); }

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

background-color css

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

 a { background-color: rgb(225,67,82); }

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

border-color css

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

 span { border-color: rgb(225,67,82); }

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