Html Css Color HEX #E5275B Amaranth

📋 copy color: '#E5275B'

red 229 ◦ green 39 ◦ blue 91

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

Shades of Amaranth #E5275B

Tints of Amaranth #E5275B

RGB

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

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

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

R = 63.79%
G = 10.86%
B = 25.35%

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

#E5275B (or 0xE5275B) is known color: Amaranth. HEX triplet: E5, 27 and 5B. RGB value is (229,39,91). Sum of RGB (Red+Green+Blue) = 229+39+91=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5275B is #1AD8A4. Grayscale: #656565. Windows color (decimal): -1759397 or 5973989. OLE color: 5973989.

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

Color convert

RGB 229 39 91 -
CMYK 0 0.83 0.60 0.10
HSL 343.58º 0.79% 0.53% -
HSV(B) 343.58º 0.83% 0.9% -
XYZ 34.93 18.86 11.7 -
YUV 101.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 229 39 91 0 0.83 0.60 0.10 343.58 0.79 0.53
Hex E5 27 5B 0 53 3C A 158 4F 35
Octal 345 47 133 0 123 74 12 530 117 65
Binary 11100101 100111 1011011 0 1010011 111100 1010 101011000 1001111 110101

Color Harmonies of #E5275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5275B

Black with #E5275B

Text Example


Text Example

White with #E5275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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