Html Css Color HEX #EE2559 Amaranth

📋 copy color: '#EE2559'

red 238 ◦ green 37 ◦ blue 89

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

Shades of Amaranth #EE2559

Tints of Amaranth #EE2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.16%

 BLUE value IS 89 (35.16% from 255) = 24.45%

R = 65.38%
G = 10.16%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE2559 (or 0xEE2559) is known color: Amaranth. HEX triplet: EE, 25 and 59. RGB value is (238,37,89). Sum of RGB (Red+Green+Blue) = 238+37+89=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2559 is #11DAA6. Grayscale: #676767. Windows color (decimal): -1170087 or 5842414. OLE color: 5842414.

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

Color convert

RGB 238 37 89 -
CMYK 0 0.84 0.63 0.07
HSL 344.48º 0.86% 0.54% -
HSV(B) 344.48º 0.84% 0.93% -
XYZ 37.72 20.22 11.37 -
YUV 103.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 238 37 89 0 0.84 0.63 0.07 344.48 0.86 0.54
Hex EE 25 59 0 54 3F 7 158 56 36
Octal 356 45 131 0 124 77 7 530 126 66
Binary 11101110 100101 1011001 0 1010100 111111 111 101011000 1010110 110110

Color Harmonies of #EE2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2559

Black with #EE2559

Text Example


Text Example

White with #EE2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2559; }

 p { color: rgb(238,37,89); }

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

background-color css

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

 a { background-color: rgb(238,37,89); }

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

border-color css

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

 span { border-color: rgb(238,37,89); }

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