Html Css Color HEX #E2384D Amaranth

📋 copy color: '#E2384D'

red 226 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #E2384D

Tints of Amaranth #E2384D

RGB

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

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

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

R = 62.95%
G = 15.6%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2384D (or 0xE2384D) is known color: Amaranth. HEX triplet: E2, 38 and 4D. RGB value is (226,56,77). Sum of RGB (Red+Green+Blue) = 226+56+77=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E2384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2384D is #1DC7B2. Grayscale: #6D6D6D. Windows color (decimal): -1951667 or 5060834. OLE color: 5060834.

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

Color convert

RGB 226 56 77 -
CMYK 0 0.75 0.66 0.11
HSL 352.59º 0.75% 0.55% -
HSV(B) 352.59º 0.75% 0.89% -
XYZ 34.12 19.53 8.99 -
YUV 109.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 226 56 77 0 0.75 0.66 0.11 352.59 0.75 0.55
Hex E2 38 4D 0 4B 42 B 161 4B 37
Octal 342 70 115 0 113 102 13 541 113 67
Binary 11100010 111000 1001101 0 1001011 1000010 1011 101100001 1001011 110111

Color Harmonies of #E2384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2384D

Black with #E2384D

Text Example


Text Example

White with #E2384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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