Html Css Color HEX #E3254D Amaranth

📋 copy color: '#E3254D'

red 227 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #E3254D

Tints of Amaranth #E3254D

RGB

 RED value IS 227 (89.06% from 255) = 66.57%

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

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 66.57%
G = 10.85%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3254D (or 0xE3254D) is known color: Amaranth. HEX triplet: E3, 25 and 4D. RGB value is (227,37,77). Sum of RGB (Red+Green+Blue) = 227+37+77=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E3254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3254D is #1CDAB2. Grayscale: #626262. Windows color (decimal): -1890995 or 5055971. OLE color: 5055971.

HSL color Cylindrical-coordinate representation of color #E3254D: hue angle of 347.37º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3254D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 37 77 -
CMYK 0 0.84 0.66 0.11
HSL 347.37º 0.77% 0.52% -
HSV(B) 347.37º 0.84% 0.89% -
XYZ 33.68 18.19 8.76 -
YUV 98.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 227 37 77 0 0.84 0.66 0.11 347.37 0.77 0.52
Hex E3 25 4D 0 54 42 B 15B 4D 34
Octal 343 45 115 0 124 102 13 533 115 64
Binary 11100011 100101 1001101 0 1010100 1000010 1011 101011011 1001101 110100

Color Harmonies of #E3254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3254D

Black with #E3254D

Text Example


Text Example

White with #E3254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3254D; }

 p { color: rgb(227,37,77); }

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

background-color css

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

 a { background-color: rgb(227,37,77); }

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

border-color css

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

 span { border-color: rgb(227,37,77); }

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