Html Css Color HEX #EE3259 Amaranth

📋 copy color: '#EE3259'

red 238 ◦ green 50 ◦ blue 89

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

Shades of Amaranth #EE3259

Tints of Amaranth #EE3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.26%

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

R = 63.13%
G = 13.26%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE3259 (or 0xEE3259) is known color: Amaranth. HEX triplet: EE, 32 and 59. RGB value is (238,50,89). Sum of RGB (Red+Green+Blue) = 238+50+89=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3259 is #11CDA6. Grayscale: #6E6E6E. Windows color (decimal): -1166759 or 5845742. OLE color: 5845742.

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

Color convert

RGB 238 50 89 -
CMYK 0 0.79 0.63 0.07
HSL 347.55º 0.85% 0.56% -
HSV(B) 347.55º 0.79% 0.93% -
XYZ 38.2 21.18 11.53 -
YUV 110.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 238 50 89 0 0.79 0.63 0.07 347.55 0.85 0.56
Hex EE 32 59 0 4F 3F 7 15C 55 38
Octal 356 62 131 0 117 77 7 534 125 70
Binary 11101110 110010 1011001 0 1001111 111111 111 101011100 1010101 111000

Color Harmonies of #EE3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3259

Black with #EE3259

Text Example


Text Example

White with #EE3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3259; }

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

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

background-color css

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

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

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

border-color css

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

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

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