Html Css Color HEX #E14353 Amaranth

📋 copy color: '#E14353'

red 225 ◦ green 67 ◦ blue 83

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

Shades of Amaranth #E14353

Tints of Amaranth #E14353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 60%
G = 17.87%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E14353 (or 0xE14353) is known color: Amaranth. HEX triplet: E1, 43 and 53. RGB value is (225,67,83). Sum of RGB (Red+Green+Blue) = 225+67+83=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E14353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14353 is #1EBCAC. Grayscale: #747474. Windows color (decimal): -2014381 or 5456865. OLE color: 5456865.

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

Color convert

RGB 225 67 83 -
CMYK 0 0.70 0.63 0.12
HSL 353.92º 0.72% 0.57% -
HSV(B) 353.92º 0.7% 0.88% -
XYZ 34.62 20.65 10.34 -
YUV 116.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 225 67 83 0 0.70 0.63 0.12 353.92 0.72 0.57
Hex E1 43 53 0 46 3F C 162 48 39
Octal 341 103 123 0 106 77 14 542 110 71
Binary 11100001 1000011 1010011 0 1000110 111111 1100 101100010 1001000 111001

Color Harmonies of #E14353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14353

Black with #E14353

Text Example


Text Example

White with #E14353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14353; }

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

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

background-color css

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

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

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

border-color css

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

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

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