Html Css Color HEX #E5255C Amaranth

📋 copy color: '#E5255C'

red 229 ◦ green 37 ◦ blue 92

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

Shades of Amaranth #E5255C

Tints of Amaranth #E5255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.34%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 63.97%
G = 10.34%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5255C (or 0xE5255C) is known color: Amaranth. HEX triplet: E5, 25 and 5C. RGB value is (229,37,92). Sum of RGB (Red+Green+Blue) = 229+37+92=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5255C is #1ADAA3. Grayscale: #646464. Windows color (decimal): -1759908 or 6039013. OLE color: 6039013.

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

Color convert

RGB 229 37 92 -
CMYK 0 0.84 0.60 0.10
HSL 342.81º 0.79% 0.52% -
HSV(B) 342.81º 0.84% 0.9% -
XYZ 34.91 18.75 11.91 -
YUV 100.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 229 37 92 0 0.84 0.60 0.10 342.81 0.79 0.52
Hex E5 25 5C 0 54 3C A 157 4F 34
Octal 345 45 134 0 124 74 12 527 117 64
Binary 11100101 100101 1011100 0 1010100 111100 1010 101010111 1001111 110100

Color Harmonies of #E5255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5255C

Black with #E5255C

Text Example


Text Example

White with #E5255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5255C; }

 p { color: rgb(229,37,92); }

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

background-color css

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

 a { background-color: rgb(229,37,92); }

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

border-color css

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

 span { border-color: rgb(229,37,92); }

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