Html Css Color HEX #E34450 Amaranth

📋 copy color: '#E34450'

red 227 ◦ green 68 ◦ blue 80

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

Shades of Amaranth #E34450

Tints of Amaranth #E34450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 60.53%
G = 18.13%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E34450 (or 0xE34450) is known color: Amaranth. HEX triplet: E3, 44 and 50. RGB value is (227,68,80). Sum of RGB (Red+Green+Blue) = 227+68+80=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E34450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34450 is #1CBBAF. Grayscale: #757575. Windows color (decimal): -1883056 or 5260515. OLE color: 5260515.

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

Color convert

RGB 227 68 80 -
CMYK 0 0.70 0.65 0.11
HSL 355.47º 0.74% 0.58% -
HSV(B) 355.47º 0.7% 0.89% -
XYZ 35.19 21.04 9.8 -
YUV 116.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 227 68 80 0 0.70 0.65 0.11 355.47 0.74 0.58
Hex E3 44 50 0 46 41 B 163 4A 3A
Octal 343 104 120 0 106 101 13 543 112 72
Binary 11100011 1000100 1010000 0 1000110 1000001 1011 101100011 1001010 111010

Color Harmonies of #E34450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34450

Black with #E34450

Text Example


Text Example

White with #E34450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34450; }

 p { color: rgb(227,68,80); }

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

background-color css

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

 a { background-color: rgb(227,68,80); }

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

border-color css

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

 span { border-color: rgb(227,68,80); }

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