Html Css Color HEX #E5254B Amaranth

📋 copy color: '#E5254B'

red 229 ◦ green 37 ◦ blue 75

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

Shades of Amaranth #E5254B

Tints of Amaranth #E5254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 67.16%
G = 10.85%
B = 21.99%

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

#E5254B (or 0xE5254B) is known color: Amaranth. HEX triplet: E5, 25 and 4B. RGB value is (229,37,75). Sum of RGB (Red+Green+Blue) = 229+37+75=341 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.16% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 229 - color contains mainly: red. Hex color #E5254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5254B is #1ADAB4. Grayscale: #626262. Windows color (decimal): -1759925 or 4924901. OLE color: 4924901.

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

Color convert

RGB 229 37 75 -
CMYK 0 0.84 0.67 0.10
HSL 348.13º 0.79% 0.52% -
HSV(B) 348.13º 0.84% 0.9% -
XYZ 34.24 18.49 8.42 -
YUV 98.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 229 37 75 0 0.84 0.67 0.10 348.13 0.79 0.52
Hex E5 25 4B 0 54 43 A 15C 4F 34
Octal 345 45 113 0 124 103 12 534 117 64
Binary 11100101 100101 1001011 0 1010100 1000011 1010 101011100 1001111 110100

Color Harmonies of #E5254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5254B

Black with #E5254B

Text Example


Text Example

White with #E5254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5254B; }

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

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

background-color css

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

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

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

border-color css

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

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

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