Html Css Color HEX #E2254E Amaranth

📋 copy color: '#E2254E'

red 226 ◦ green 37 ◦ blue 78

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

Shades of Amaranth #E2254E

Tints of Amaranth #E2254E

RGB

 RED value IS 226 (88.67% from 255) = 66.28%

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

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

R = 66.28%
G = 10.85%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2254E (or 0xE2254E) is known color: Amaranth. HEX triplet: E2, 25 and 4E. RGB value is (226,37,78). Sum of RGB (Red+Green+Blue) = 226+37+78=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2254E is #1DDAB1. Grayscale: #626262. Windows color (decimal): -1956530 or 5121506. OLE color: 5121506.

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

Color convert

RGB 226 37 78 -
CMYK 0 0.84 0.65 0.11
HSL 346.98º 0.77% 0.52% -
HSV(B) 346.98º 0.84% 0.89% -
XYZ 33.4 18.04 8.93 -
YUV 98.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 226 37 78 0 0.84 0.65 0.11 346.98 0.77 0.52
Hex E2 25 4E 0 54 41 B 15B 4D 34
Octal 342 45 116 0 124 101 13 533 115 64
Binary 11100010 100101 1001110 0 1010100 1000001 1011 101011011 1001101 110100

Color Harmonies of #E2254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2254E

Black with #E2254E

Text Example


Text Example

White with #E2254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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