Html Css Color HEX #E9255D Amaranth

📋 copy color: '#E9255D'

red 233 ◦ green 37 ◦ blue 93

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

Shades of Amaranth #E9255D

Tints of Amaranth #E9255D

RGB

 RED value IS 233 (91.41% from 255) = 64.19%

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 64.19%
G = 10.19%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9255D (or 0xE9255D) is known color: Amaranth. HEX triplet: E9, 25 and 5D. RGB value is (233,37,93). Sum of RGB (Red+Green+Blue) = 233+37+93=363 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.19% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 233 - color contains mainly: red. Hex color #E9255D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9255D is #16DAA2. Grayscale: #656565. Windows color (decimal): -1497763 or 6104553. OLE color: 6104553.

HSL color Cylindrical-coordinate representation of color #E9255D: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9255D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 37 93 -
CMYK 0 0.84 0.60 0.09
HSL 342.86º 0.82% 0.53% -
HSV(B) 342.86º 0.84% 0.91% -
XYZ 36.24 19.44 12.2 -
YUV 101.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 233 37 93 0 0.84 0.60 0.09 342.86 0.82 0.53
Hex E9 25 5D 0 54 3C 9 157 52 35
Octal 351 45 135 0 124 74 11 527 122 65
Binary 11101001 100101 1011101 0 1010100 111100 1001 101010111 1010010 110101

Color Harmonies of #E9255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9255D

Black with #E9255D

Text Example


Text Example

White with #E9255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9255D; }

 p { color: rgb(233,37,93); }

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

background-color css

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

 a { background-color: rgb(233,37,93); }

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

border-color css

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

 span { border-color: rgb(233,37,93); }

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