Html Css Color HEX #E5264F Amaranth

📋 copy color: '#E5264F'

red 229 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #E5264F

Tints of Amaranth #E5264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.98%

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

R = 66.18%
G = 10.98%
B = 22.83%

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

#E5264F (or 0xE5264F) is known color: Amaranth. HEX triplet: E5, 26 and 4F. RGB value is (229,38,79). Sum of RGB (Red+Green+Blue) = 229+38+79=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5264F is #1AD9B0. Grayscale: #636363. Windows color (decimal): -1759665 or 5187301. OLE color: 5187301.

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

Color convert

RGB 229 38 79 -
CMYK 0 0.83 0.66 0.10
HSL 347.12º 0.79% 0.52% -
HSV(B) 347.12º 0.83% 0.9% -
XYZ 34.42 18.61 9.17 -
YUV 99.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 229 38 79 0 0.83 0.66 0.10 347.12 0.79 0.52
Hex E5 26 4F 0 53 42 A 15B 4F 34
Octal 345 46 117 0 123 102 12 533 117 64
Binary 11100101 100110 1001111 0 1010011 1000010 1010 101011011 1001111 110100

Color Harmonies of #E5264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5264F

Black with #E5264F

Text Example


Text Example

White with #E5264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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