Html Css Color HEX #E8254E Amaranth

📋 copy color: '#E8254E'

red 232 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #E8254E

Tints of Amaranth #E8254E

RGB

 RED value IS 232 (91.02% from 255) = 66.86%

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 66.86%
G = 10.66%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8254E (or 0xE8254E) is known color: Amaranth. HEX triplet: E8, 25 and 4E. RGB value is (232,37,78). Sum of RGB (Red+Green+Blue) = 232+37+78=347 (45% of max value = 765). Red value is 232 (91.02% from 255 or 66.86% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 232 - color contains mainly: red. Hex color #E8254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8254E is #17DAB1. Grayscale: #646464. Windows color (decimal): -1563314 or 5121512. OLE color: 5121512.

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

Color convert

RGB 232 37 78 -
CMYK 0 0.84 0.66 0.09
HSL 347.38º 0.81% 0.53% -
HSV(B) 347.38º 0.84% 0.91% -
XYZ 35.32 19.03 9.02 -
YUV 99.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 232 37 78 0 0.84 0.66 0.09 347.38 0.81 0.53
Hex E8 25 4E 0 54 42 9 15B 51 35
Octal 350 45 116 0 124 102 11 533 121 65
Binary 11101000 100101 1001110 0 1010100 1000010 1001 101011011 1010001 110101

Color Harmonies of #E8254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8254E

Black with #E8254E

Text Example


Text Example

White with #E8254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8254E; }

 p { color: rgb(232,37,78); }

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

background-color css

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

 a { background-color: rgb(232,37,78); }

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

border-color css

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

 span { border-color: rgb(232,37,78); }

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