Html Css Color HEX #EE205B Amaranth

📋 copy color: '#EE205B'

red 238 ◦ green 32 ◦ blue 91

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

Shades of Amaranth #EE205B

Tints of Amaranth #EE205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 65.93%
G = 8.86%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE205B (or 0xEE205B) is known color: Amaranth. HEX triplet: EE, 20 and 5B. RGB value is (238,32,91). Sum of RGB (Red+Green+Blue) = 238+32+91=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE205B is #11DFA4. Grayscale: #646464. Windows color (decimal): -1171365 or 5972206. OLE color: 5972206.

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

Color convert

RGB 238 32 91 -
CMYK 0 0.87 0.62 0.07
HSL 342.82º 0.86% 0.53% -
HSV(B) 342.82º 0.87% 0.93% -
XYZ 37.66 19.97 11.77 -
YUV 100.32 122.75 226.2 -
System Red Green Blue C M Y K H S L
Decimal 238 32 91 0 0.87 0.62 0.07 342.82 0.86 0.53
Hex EE 20 5B 0 57 3E 7 157 56 35
Octal 356 40 133 0 127 76 7 527 126 65
Binary 11101110 100000 1011011 0 1010111 111110 111 101010111 1010110 110101

Color Harmonies of #EE205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE205B

Black with #EE205B

Text Example


Text Example

White with #EE205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE205B; }

 p { color: rgb(238,32,91); }

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

background-color css

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

 a { background-color: rgb(238,32,91); }

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

border-color css

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

 span { border-color: rgb(238,32,91); }

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