Html Css Color HEX #EE1951 Amaranth

📋 copy color: '#EE1951'

red 238 ◦ green 25 ◦ blue 81

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

Shades of Amaranth #EE1951

Tints of Amaranth #EE1951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

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

R = 69.19%
G = 7.27%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE1951 (or 0xEE1951) is known color: Amaranth. HEX triplet: EE, 19 and 51. RGB value is (238,25,81). Sum of RGB (Red+Green+Blue) = 238+25+81=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1951 is #11E6AE. Grayscale: #5F5F5F. Windows color (decimal): -1173167 or 5315054. OLE color: 5315054.

HSL color Cylindrical-coordinate representation of color #EE1951: hue angle of 344.23º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1951 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 81 -
CMYK 0 0.89 0.66 0.07
HSL 344.23º 0.86% 0.52% -
HSV(B) 344.23º 0.89% 0.93% -
XYZ 37.09 19.47 9.59 -
YUV 95.07 120.07 229.95 -
System Red Green Blue C M Y K H S L
Decimal 238 25 81 0 0.89 0.66 0.07 344.23 0.86 0.52
Hex EE 19 51 0 59 42 7 158 56 34
Octal 356 31 121 0 131 102 7 530 126 64
Binary 11101110 11001 1010001 0 1011001 1000010 111 101011000 1010110 110100

Color Harmonies of #EE1951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1951

Black with #EE1951

Text Example


Text Example

White with #EE1951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1951; }

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

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

background-color css

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

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

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

border-color css

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

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

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