Html Css Color HEX #E7344F Amaranth

📋 copy color: '#E7344F'

red 231 ◦ green 52 ◦ blue 79

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

Shades of Amaranth #E7344F

Tints of Amaranth #E7344F

RGB

 RED value IS 231 (90.63% from 255) = 63.81%

 GREEN value IS 52 (20.7% from 255) = 14.36%

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 63.81%
G = 14.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7344F (or 0xE7344F) is known color: Amaranth. HEX triplet: E7, 34 and 4F. RGB value is (231,52,79). Sum of RGB (Red+Green+Blue) = 231+52+79=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7344F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7344F is #18CBB0. Grayscale: #6C6C6C. Windows color (decimal): -1625009 or 5190887. OLE color: 5190887.

HSL color Cylindrical-coordinate representation of color #E7344F: hue angle of 350.95º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7344F is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 52 79 -
CMYK 0 0.77 0.66 0.09
HSL 350.95º 0.79% 0.55% -
HSV(B) 350.95º 0.77% 0.91% -
XYZ 35.59 20.01 9.38 -
YUV 108.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 231 52 79 0 0.77 0.66 0.09 350.95 0.79 0.55
Hex E7 34 4F 0 4D 42 9 15F 4F 37
Octal 347 64 117 0 115 102 11 537 117 67
Binary 11100111 110100 1001111 0 1001101 1000010 1001 101011111 1001111 110111

Color Harmonies of #E7344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7344F

Black with #E7344F

Text Example


Text Example

White with #E7344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7344F; }

 p { color: rgb(231,52,79); }

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

background-color css

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

 a { background-color: rgb(231,52,79); }

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

border-color css

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

 span { border-color: rgb(231,52,79); }

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