Html Css Color HEX #EE1E47 Amaranth

📋 copy color: '#EE1E47'

red 238 ◦ green 30 ◦ blue 71

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

Shades of Amaranth #EE1E47

Tints of Amaranth #EE1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 70.21%
G = 8.85%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE1E47 (or 0xEE1E47) is known color: Amaranth. HEX triplet: EE, 1E and 47. RGB value is (238,30,71). Sum of RGB (Red+Green+Blue) = 238+30+71=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1E47 is #11E1B8. Grayscale: #606060. Windows color (decimal): -1171897 or 4660974. OLE color: 4660974.

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

Color convert

RGB 238 30 71 -
CMYK 0 0.87 0.70 0.07
HSL 348.17º 0.86% 0.53% -
HSV(B) 348.17º 0.87% 0.93% -
XYZ 36.86 19.56 7.79 -
YUV 96.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 238 30 71 0 0.87 0.70 0.07 348.17 0.86 0.53
Hex EE 1E 47 0 57 46 7 15C 56 35
Octal 356 36 107 0 127 106 7 534 126 65
Binary 11101110 11110 1000111 0 1010111 1000110 111 101011100 1010110 110101

Color Harmonies of #EE1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1E47

Black with #EE1E47

Text Example


Text Example

White with #EE1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1E47; }

 p { color: rgb(238,30,71); }

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

background-color css

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

 a { background-color: rgb(238,30,71); }

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

border-color css

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

 span { border-color: rgb(238,30,71); }

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