Html Css Color HEX #EE2359 Amaranth

📋 copy color: '#EE2359'

red 238 ◦ green 35 ◦ blue 89

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

Shades of Amaranth #EE2359

Tints of Amaranth #EE2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

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

R = 65.75%
G = 9.67%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE2359 (or 0xEE2359) is known color: Amaranth. HEX triplet: EE, 23 and 59. RGB value is (238,35,89). Sum of RGB (Red+Green+Blue) = 238+35+89=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2359 is #11DCA6. Grayscale: #656565. Windows color (decimal): -1170599 or 5841902. OLE color: 5841902.

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

Color convert

RGB 238 35 89 -
CMYK 0 0.85 0.63 0.07
HSL 344.04º 0.86% 0.54% -
HSV(B) 344.04º 0.85% 0.93% -
XYZ 37.66 20.1 11.35 -
YUV 101.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 238 35 89 0 0.85 0.63 0.07 344.04 0.86 0.54
Hex EE 23 59 0 55 3F 7 158 56 36
Octal 356 43 131 0 125 77 7 530 126 66
Binary 11101110 100011 1011001 0 1010101 111111 111 101011000 1010110 110110

Color Harmonies of #EE2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2359

Black with #EE2359

Text Example


Text Example

White with #EE2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2359; }

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

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

background-color css

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

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

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

border-color css

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

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

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