Html Css Color HEX #EE2056 Amaranth

📋 copy color: '#EE2056'

red 238 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #EE2056

Tints of Amaranth #EE2056

RGB

 RED value IS 238 (93.36% from 255) = 66.85%

 GREEN value IS 32 (12.89% from 255) = 8.99%

 BLUE value IS 86 (33.98% from 255) = 24.16%

R = 66.85%
G = 8.99%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE2056 (or 0xEE2056) is known color: Amaranth. HEX triplet: EE, 20 and 56. RGB value is (238,32,86). Sum of RGB (Red+Green+Blue) = 238+32+86=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2056 is #11DFA9. Grayscale: #636363. Windows color (decimal): -1171370 or 5644526. OLE color: 5644526.

HSL color Cylindrical-coordinate representation of color #EE2056: hue angle of 344.27º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2056 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 86 -
CMYK 0 0.87 0.64 0.07
HSL 344.27º 0.86% 0.53% -
HSV(B) 344.27º 0.87% 0.93% -
XYZ 37.46 19.88 10.67 -
YUV 99.75 120.25 226.61 -
System Red Green Blue C M Y K H S L
Decimal 238 32 86 0 0.87 0.64 0.07 344.27 0.86 0.53
Hex EE 20 56 0 57 40 7 158 56 35
Octal 356 40 126 0 127 100 7 530 126 65
Binary 11101110 100000 1010110 0 1010111 1000000 111 101011000 1010110 110101

Color Harmonies of #EE2056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2056

Black with #EE2056

Text Example


Text Example

White with #EE2056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2056; }

 p { color: rgb(238,32,86); }

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

background-color css

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

 a { background-color: rgb(238,32,86); }

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

border-color css

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

 span { border-color: rgb(238,32,86); }

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