Html Css Color HEX #EE3151 Amaranth

📋 copy color: '#EE3151'

red 238 ◦ green 49 ◦ blue 81

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

Shades of Amaranth #EE3151

Tints of Amaranth #EE3151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 64.67%
G = 13.32%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE3151 (or 0xEE3151) is known color: Amaranth. HEX triplet: EE, 31 and 51. RGB value is (238,49,81). Sum of RGB (Red+Green+Blue) = 238+49+81=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3151 is #11CEAE. Grayscale: #6D6D6D. Windows color (decimal): -1167023 or 5321198. OLE color: 5321198.

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

Color convert

RGB 238 49 81 -
CMYK 0 0.79 0.66 0.07
HSL 349.84º 0.85% 0.56% -
HSV(B) 349.84º 0.79% 0.93% -
XYZ 37.84 20.97 9.84 -
YUV 109.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 238 49 81 0 0.79 0.66 0.07 349.84 0.85 0.56
Hex EE 31 51 0 4F 42 7 15E 55 38
Octal 356 61 121 0 117 102 7 536 125 70
Binary 11101110 110001 1010001 0 1001111 1000010 111 101011110 1010101 111000

Color Harmonies of #EE3151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3151

Black with #EE3151

Text Example


Text Example

White with #EE3151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3151; }

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

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

background-color css

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

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

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

border-color css

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

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

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