Html Css Color HEX #E2294F Amaranth

📋 copy color: '#E2294F'

red 226 ◦ green 41 ◦ blue 79

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

Shades of Amaranth #E2294F

Tints of Amaranth #E2294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 65.32%
G = 11.85%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2294F (or 0xE2294F) is known color: Amaranth. HEX triplet: E2, 29 and 4F. RGB value is (226,41,79). Sum of RGB (Red+Green+Blue) = 226+41+79=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E2294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2294F is #1DD6B0. Grayscale: #646464. Windows color (decimal): -1955505 or 5188066. OLE color: 5188066.

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

Color convert

RGB 226 41 79 -
CMYK 0 0.82 0.65 0.11
HSL 347.68º 0.76% 0.52% -
HSV(B) 347.68º 0.82% 0.89% -
XYZ 33.57 18.32 9.16 -
YUV 100.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 226 41 79 0 0.82 0.65 0.11 347.68 0.76 0.52
Hex E2 29 4F 0 52 41 B 15C 4C 34
Octal 342 51 117 0 122 101 13 534 114 64
Binary 11100010 101001 1001111 0 1010010 1000001 1011 101011100 1001100 110100

Color Harmonies of #E2294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2294F

Black with #E2294F

Text Example


Text Example

White with #E2294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2294F; }

 p { color: rgb(226,41,79); }

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

background-color css

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

 a { background-color: rgb(226,41,79); }

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

border-color css

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

 span { border-color: rgb(226,41,79); }

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