Html Css Color HEX #E9254C Amaranth

📋 copy color: '#E9254C'

red 233 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #E9254C

Tints of Amaranth #E9254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 67.34%
G = 10.69%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9254C (or 0xE9254C) is known color: Amaranth. HEX triplet: E9, 25 and 4C. RGB value is (233,37,76). Sum of RGB (Red+Green+Blue) = 233+37+76=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9254C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9254C is #16DAB3. Grayscale: #646464. Windows color (decimal): -1497780 or 4990441. OLE color: 4990441.

HSL color Cylindrical-coordinate representation of color #E9254C: hue angle of 348.06º 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 #E9254C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 37 76 -
CMYK 0 0.84 0.67 0.09
HSL 348.06º 0.82% 0.53% -
HSV(B) 348.06º 0.84% 0.91% -
XYZ 35.57 19.17 8.66 -
YUV 100.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 233 37 76 0 0.84 0.67 0.09 348.06 0.82 0.53
Hex E9 25 4C 0 54 43 9 15C 52 35
Octal 351 45 114 0 124 103 11 534 122 65
Binary 11101001 100101 1001100 0 1010100 1000011 1001 101011100 1010010 110101

Color Harmonies of #E9254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9254C

Black with #E9254C

Text Example


Text Example

White with #E9254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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