Html Css Color HEX #E5274F Amaranth

📋 copy color: '#E5274F'

red 229 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #E5274F

Tints of Amaranth #E5274F

RGB

 RED value IS 229 (89.84% from 255) = 65.99%

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 65.99%
G = 11.24%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5274F (or 0xE5274F) is known color: Amaranth. HEX triplet: E5, 27 and 4F. RGB value is (229,39,79). Sum of RGB (Red+Green+Blue) = 229+39+79=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5274F is #1AD8B0. Grayscale: #646464. Windows color (decimal): -1759409 or 5187557. OLE color: 5187557.

HSL color Cylindrical-coordinate representation of color #E5274F: hue angle of 347.37º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5274F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 39 79 -
CMYK 0 0.83 0.66 0.10
HSL 347.37º 0.79% 0.53% -
HSV(B) 347.37º 0.83% 0.9% -
XYZ 34.45 18.67 9.19 -
YUV 100.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 229 39 79 0 0.83 0.66 0.10 347.37 0.79 0.53
Hex E5 27 4F 0 53 42 A 15B 4F 35
Octal 345 47 117 0 123 102 12 533 117 65
Binary 11100101 100111 1001111 0 1010011 1000010 1010 101011011 1001111 110101

Color Harmonies of #E5274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5274F

Black with #E5274F

Text Example


Text Example

White with #E5274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5274F; }

 p { color: rgb(229,39,79); }

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

background-color css

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

 a { background-color: rgb(229,39,79); }

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

border-color css

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

 span { border-color: rgb(229,39,79); }

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