Html Css Color HEX #E34345 Amaranth

📋 copy color: '#E34345'

red 227 ◦ green 67 ◦ blue 69

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

Shades of Amaranth #E34345

Tints of Amaranth #E34345

RGB

 RED value IS 227 (89.06% from 255) = 62.53%

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

 BLUE value IS 69 (27.34% from 255) = 19.01%

R = 62.53%
G = 18.46%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E34345 (or 0xE34345) is known color: Amaranth. HEX triplet: E3, 43 and 45. RGB value is (227,67,69). Sum of RGB (Red+Green+Blue) = 227+67+69=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E34345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34345 is #1CBCBA. Grayscale: #737373. Windows color (decimal): -1883323 or 4539363. OLE color: 4539363.

HSL color Cylindrical-coordinate representation of color #E34345: hue angle of 359.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34345 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 67 69 -
CMYK 0 0.70 0.70 0.11
HSL 359.25º 0.74% 0.58% -
HSV(B) 359.25º 0.7% 0.89% -
XYZ 34.76 20.77 7.81 -
YUV 115.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 227 67 69 0 0.70 0.70 0.11 359.25 0.74 0.58
Hex E3 43 45 0 46 46 B 167 4A 3A
Octal 343 103 105 0 106 106 13 547 112 72
Binary 11100011 1000011 1000101 0 1000110 1000110 1011 101100111 1001010 111010

Color Harmonies of #E34345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34345

Black with #E34345

Text Example


Text Example

White with #E34345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34345; }

 p { color: rgb(227,67,69); }

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

background-color css

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

 a { background-color: rgb(227,67,69); }

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

border-color css

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

 span { border-color: rgb(227,67,69); }

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