Html Css Color HEX #E5265A Amaranth

📋 copy color: '#E5265A'

red 229 ◦ green 38 ◦ blue 90

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

Shades of Amaranth #E5265A

Tints of Amaranth #E5265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 64.15%
G = 10.64%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5265A (or 0xE5265A) is known color: Amaranth. HEX triplet: E5, 26 and 5A. RGB value is (229,38,90). Sum of RGB (Red+Green+Blue) = 229+38+90=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5265A is #1AD9A5. Grayscale: #656565. Windows color (decimal): -1759654 or 5908197. OLE color: 5908197.

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

Color convert

RGB 229 38 90 -
CMYK 0 0.83 0.61 0.10
HSL 343.66º 0.79% 0.52% -
HSV(B) 343.66º 0.83% 0.9% -
XYZ 34.85 18.78 11.46 -
YUV 101.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 229 38 90 0 0.83 0.61 0.10 343.66 0.79 0.52
Hex E5 26 5A 0 53 3D A 158 4F 34
Octal 345 46 132 0 123 75 12 530 117 64
Binary 11100101 100110 1011010 0 1010011 111101 1010 101011000 1001111 110100

Color Harmonies of #E5265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5265A

Black with #E5265A

Text Example


Text Example

White with #E5265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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