Html Css Color HEX #E34351 Amaranth

📋 copy color: '#E34351'

red 227 ◦ green 67 ◦ blue 81

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

Shades of Amaranth #E34351

Tints of Amaranth #E34351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.6%

R = 60.53%
G = 17.87%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E34351 (or 0xE34351) is known color: Amaranth. HEX triplet: E3, 43 and 51. RGB value is (227,67,81). Sum of RGB (Red+Green+Blue) = 227+67+81=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E34351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34351 is #1CBCAE. Grayscale: #747474. Windows color (decimal): -1883311 or 5325795. OLE color: 5325795.

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

Color convert

RGB 227 67 81 -
CMYK 0 0.70 0.64 0.11
HSL 354.75º 0.74% 0.58% -
HSV(B) 354.75º 0.7% 0.89% -
XYZ 35.17 20.94 9.97 -
YUV 116.44 108.01 206.86 -
System Red Green Blue C M Y K H S L
Decimal 227 67 81 0 0.70 0.64 0.11 354.75 0.74 0.58
Hex E3 43 51 0 46 40 B 163 4A 3A
Octal 343 103 121 0 106 100 13 543 112 72
Binary 11100011 1000011 1010001 0 1000110 1000000 1011 101100011 1001010 111010

Color Harmonies of #E34351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34351

Black with #E34351

Text Example


Text Example

White with #E34351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34351; }

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

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

background-color css

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

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

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

border-color css

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

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

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