Html Css Color HEX #E5265B Amaranth

📋 copy color: '#E5265B'

red 229 ◦ green 38 ◦ blue 91

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

Shades of Amaranth #E5265B

Tints of Amaranth #E5265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 63.97%
G = 10.61%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5265B (or 0xE5265B) is known color: Amaranth. HEX triplet: E5, 26 and 5B. RGB value is (229,38,91). Sum of RGB (Red+Green+Blue) = 229+38+91=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5265B is #1AD9A4. Grayscale: #656565. Windows color (decimal): -1759653 or 5973733. OLE color: 5973733.

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

Color convert

RGB 229 38 91 -
CMYK 0 0.83 0.60 0.10
HSL 343.35º 0.79% 0.52% -
HSV(B) 343.35º 0.83% 0.9% -
XYZ 34.89 18.8 11.69 -
YUV 101.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 229 38 91 0 0.83 0.60 0.10 343.35 0.79 0.52
Hex E5 26 5B 0 53 3C A 157 4F 34
Octal 345 46 133 0 123 74 12 527 117 64
Binary 11100101 100110 1011011 0 1010011 111100 1010 101010111 1001111 110100

Color Harmonies of #E5265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5265B

Black with #E5265B

Text Example


Text Example

White with #E5265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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