Html Css Color HEX #E14348 Amaranth

📋 copy color: '#E14348'

red 225 ◦ green 67 ◦ blue 72

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

Shades of Amaranth #E14348

Tints of Amaranth #E14348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 61.81%
G = 18.41%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E14348 (or 0xE14348) is known color: Amaranth. HEX triplet: E1, 43 and 48. RGB value is (225,67,72). Sum of RGB (Red+Green+Blue) = 225+67+72=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E14348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14348 is #1EBCB7. Grayscale: #727272. Windows color (decimal): -2014392 or 4735969. OLE color: 4735969.

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

Color convert

RGB 225 67 72 -
CMYK 0 0.70 0.68 0.12
HSL 358.1º 0.72% 0.57% -
HSV(B) 358.1º 0.7% 0.88% -
XYZ 34.23 20.49 8.28 -
YUV 114.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 225 67 72 0 0.70 0.68 0.12 358.1 0.72 0.57
Hex E1 43 48 0 46 44 C 166 48 39
Octal 341 103 110 0 106 104 14 546 110 71
Binary 11100001 1000011 1001000 0 1000110 1000100 1100 101100110 1001000 111001

Color Harmonies of #E14348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14348

Black with #E14348

Text Example


Text Example

White with #E14348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14348; }

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

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

background-color css

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

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

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

border-color css

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

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

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