Html Css Color HEX #EE3147 Amaranth

📋 copy color: '#EE3147'

red 238 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #EE3147

Tints of Amaranth #EE3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 66.48%
G = 13.69%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE3147 (or 0xEE3147) is known color: Amaranth. HEX triplet: EE, 31 and 47. RGB value is (238,49,71). Sum of RGB (Red+Green+Blue) = 238+49+71=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3147 is #11CEB8. Grayscale: #6C6C6C. Windows color (decimal): -1167033 or 4665838. OLE color: 4665838.

HSL color Cylindrical-coordinate representation of color #EE3147: hue angle of 353.02º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3147 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 71 -
CMYK 0 0.79 0.70 0.07
HSL 353.02º 0.85% 0.56% -
HSV(B) 353.02º 0.79% 0.93% -
XYZ 37.5 20.83 8.01 -
YUV 108.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 238 49 71 0 0.79 0.70 0.07 353.02 0.85 0.56
Hex EE 31 47 0 4F 46 7 161 55 38
Octal 356 61 107 0 117 106 7 541 125 70
Binary 11101110 110001 1000111 0 1001111 1000110 111 101100001 1010101 111000

Color Harmonies of #EE3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3147

Black with #EE3147

Text Example


Text Example

White with #EE3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3147; }

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

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

background-color css

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

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

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

border-color css

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

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

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