Html Css Color HEX #EE1F50 Amaranth

📋 copy color: '#EE1F50'

red 238 ◦ green 31 ◦ blue 80

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

Shades of Amaranth #EE1F50

Tints of Amaranth #EE1F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

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

R = 68.19%
G = 8.88%
B = 22.92%

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

#EE1F50 (or 0xEE1F50) is known color: Amaranth. HEX triplet: EE, 1F and 50. RGB value is (238,31,80). Sum of RGB (Red+Green+Blue) = 238+31+80=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1F50 is #11E0AF. Grayscale: #626262. Windows color (decimal): -1171632 or 5251054. OLE color: 5251054.

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

Color convert

RGB 238 31 80 -
CMYK 0 0.87 0.66 0.07
HSL 345.8º 0.86% 0.53% -
HSV(B) 345.8º 0.87% 0.93% -
XYZ 37.2 19.74 9.44 -
YUV 98.48 117.58 227.52 -
System Red Green Blue C M Y K H S L
Decimal 238 31 80 0 0.87 0.66 0.07 345.8 0.86 0.53
Hex EE 1F 50 0 57 42 7 15A 56 35
Octal 356 37 120 0 127 102 7 532 126 65
Binary 11101110 11111 1010000 0 1010111 1000010 111 101011010 1010110 110101

Color Harmonies of #EE1F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F50

Black with #EE1F50

Text Example


Text Example

White with #EE1F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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