Html Css Color HEX #E5264E Amaranth

📋 copy color: '#E5264E'

red 229 ◦ green 38 ◦ blue 78

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

Shades of Amaranth #E5264E

Tints of Amaranth #E5264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 66.38%
G = 11.01%
B = 22.61%

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

#E5264E (or 0xE5264E) is known color: Amaranth. HEX triplet: E5, 26 and 4E. RGB value is (229,38,78). Sum of RGB (Red+Green+Blue) = 229+38+78=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5264E is #1AD9B1. Grayscale: #636363. Windows color (decimal): -1759666 or 5121765. OLE color: 5121765.

HSL color Cylindrical-coordinate representation of color #E5264E: hue angle of 347.43º 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 #E5264E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 78 -
CMYK 0 0.83 0.66 0.10
HSL 347.43º 0.79% 0.52% -
HSV(B) 347.43º 0.83% 0.9% -
XYZ 34.38 18.59 8.98 -
YUV 99.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 229 38 78 0 0.83 0.66 0.10 347.43 0.79 0.52
Hex E5 26 4E 0 53 42 A 15B 4F 34
Octal 345 46 116 0 123 102 12 533 117 64
Binary 11100101 100110 1001110 0 1010011 1000010 1010 101011011 1001111 110100

Color Harmonies of #E5264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5264E

Black with #E5264E

Text Example


Text Example

White with #E5264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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