Html Css Color HEX #EE205D Amaranth

📋 copy color: '#EE205D'

red 238 ◦ green 32 ◦ blue 93

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

Shades of Amaranth #EE205D

Tints of Amaranth #EE205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 65.56%
G = 8.82%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE205D (or 0xEE205D) is known color: Amaranth. HEX triplet: EE, 20 and 5D. RGB value is (238,32,93). Sum of RGB (Red+Green+Blue) = 238+32+93=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE205D is #11DFA2. Grayscale: #646464. Windows color (decimal): -1171363 or 6103278. OLE color: 6103278.

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

Color convert

RGB 238 32 93 -
CMYK 0 0.87 0.61 0.07
HSL 342.23º 0.86% 0.53% -
HSV(B) 342.23º 0.87% 0.93% -
XYZ 37.75 20 12.23 -
YUV 100.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 238 32 93 0 0.87 0.61 0.07 342.23 0.86 0.53
Hex EE 20 5D 0 57 3D 7 156 56 35
Octal 356 40 135 0 127 75 7 526 126 65
Binary 11101110 100000 1011101 0 1010111 111101 111 101010110 1010110 110101

Color Harmonies of #EE205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE205D

Black with #EE205D

Text Example


Text Example

White with #EE205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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