Html Css Color HEX #E5254C Amaranth

📋 copy color: '#E5254C'

red 229 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #E5254C

Tints of Amaranth #E5254C

RGB

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

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

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

R = 66.96%
G = 10.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5254C (or 0xE5254C) is known color: Amaranth. HEX triplet: E5, 25 and 4C. RGB value is (229,37,76). Sum of RGB (Red+Green+Blue) = 229+37+76=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5254C is #1ADAB3. Grayscale: #626262. Windows color (decimal): -1759924 or 4990437. OLE color: 4990437.

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

Color convert

RGB 229 37 76 -
CMYK 0 0.84 0.67 0.10
HSL 347.81º 0.79% 0.52% -
HSV(B) 347.81º 0.84% 0.9% -
XYZ 34.28 18.5 8.6 -
YUV 98.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 229 37 76 0 0.84 0.67 0.10 347.81 0.79 0.52
Hex E5 25 4C 0 54 43 A 15C 4F 34
Octal 345 45 114 0 124 103 12 534 117 64
Binary 11100101 100101 1001100 0 1010100 1000011 1010 101011100 1001111 110100

Color Harmonies of #E5254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5254C

Black with #E5254C

Text Example


Text Example

White with #E5254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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