Html Css Color HEX #EE295D Amaranth

📋 copy color: '#EE295D'

red 238 ◦ green 41 ◦ blue 93

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

Shades of Amaranth #EE295D

Tints of Amaranth #EE295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

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

R = 63.98%
G = 11.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE295D (or 0xEE295D) is known color: Amaranth. HEX triplet: EE, 29 and 5D. RGB value is (238,41,93). Sum of RGB (Red+Green+Blue) = 238+41+93=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE295D is #11D6A2. Grayscale: #696969. Windows color (decimal): -1169059 or 6105582. OLE color: 6105582.

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

Color convert

RGB 238 41 93 -
CMYK 0 0.83 0.61 0.07
HSL 344.16º 0.85% 0.55% -
HSV(B) 344.16º 0.83% 0.93% -
XYZ 38.03 20.55 12.32 -
YUV 105.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 238 41 93 0 0.83 0.61 0.07 344.16 0.85 0.55
Hex EE 29 5D 0 53 3D 7 158 55 37
Octal 356 51 135 0 123 75 7 530 125 67
Binary 11101110 101001 1011101 0 1010011 111101 111 101011000 1010101 110111

Color Harmonies of #EE295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE295D

Black with #EE295D

Text Example


Text Example

White with #EE295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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