Html Css Color HEX #EE2050 Amaranth

📋 copy color: '#EE2050'

red 238 ◦ green 32 ◦ blue 80

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

Shades of Amaranth #EE2050

Tints of Amaranth #EE2050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 68%
G = 9.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE2050 (or 0xEE2050) is known color: Amaranth. HEX triplet: EE, 20 and 50. RGB value is (238,32,80). Sum of RGB (Red+Green+Blue) = 238+32+80=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2050 is #11DFAF. Grayscale: #636363. Windows color (decimal): -1171376 or 5251310. OLE color: 5251310.

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

Color convert

RGB 238 32 80 -
CMYK 0 0.87 0.66 0.07
HSL 346.02º 0.86% 0.53% -
HSV(B) 346.02º 0.87% 0.93% -
XYZ 37.22 19.79 9.45 -
YUV 99.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 238 32 80 0 0.87 0.66 0.07 346.02 0.86 0.53
Hex EE 20 50 0 57 42 7 15A 56 35
Octal 356 40 120 0 127 102 7 532 126 65
Binary 11101110 100000 1010000 0 1010111 1000010 111 101011010 1010110 110101

Color Harmonies of #EE2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2050

Black with #EE2050

Text Example


Text Example

White with #EE2050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2050; }

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

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

background-color css

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

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

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

border-color css

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

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

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