Html Css Color HEX #E2384F Amaranth

📋 copy color: '#E2384F'

red 226 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #E2384F

Tints of Amaranth #E2384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.51%

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

R = 62.6%
G = 15.51%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2384F (or 0xE2384F) is known color: Amaranth. HEX triplet: E2, 38 and 4F. RGB value is (226,56,79). Sum of RGB (Red+Green+Blue) = 226+56+79=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2384F is #1DC7B0. Grayscale: #6D6D6D. Windows color (decimal): -1951665 or 5191906. OLE color: 5191906.

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

Color convert

RGB 226 56 79 -
CMYK 0 0.75 0.65 0.11
HSL 351.88º 0.75% 0.55% -
HSV(B) 351.88º 0.75% 0.89% -
XYZ 34.19 19.56 9.37 -
YUV 109.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 226 56 79 0 0.75 0.65 0.11 351.88 0.75 0.55
Hex E2 38 4F 0 4B 41 B 160 4B 37
Octal 342 70 117 0 113 101 13 540 113 67
Binary 11100010 111000 1001111 0 1001011 1000001 1011 101100000 1001011 110111

Color Harmonies of #E2384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2384F

Black with #E2384F

Text Example


Text Example

White with #E2384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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