Html Css Color HEX #EE294C Amaranth

📋 copy color: '#EE294C'

red 238 ◦ green 41 ◦ blue 76

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

Shades of Amaranth #EE294C

Tints of Amaranth #EE294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 67.04%
G = 11.55%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE294C (or 0xEE294C) is known color: Amaranth. HEX triplet: EE, 29 and 4C. RGB value is (238,41,76). Sum of RGB (Red+Green+Blue) = 238+41+76=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE294C is #11D6B3. Grayscale: #676767. Windows color (decimal): -1169076 or 4991470. OLE color: 4991470.

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

Color convert

RGB 238 41 76 -
CMYK 0 0.83 0.68 0.07
HSL 349.34º 0.85% 0.55% -
HSV(B) 349.34º 0.83% 0.93% -
XYZ 37.36 20.28 8.78 -
YUV 103.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 238 41 76 0 0.83 0.68 0.07 349.34 0.85 0.55
Hex EE 29 4C 0 53 44 7 15D 55 37
Octal 356 51 114 0 123 104 7 535 125 67
Binary 11101110 101001 1001100 0 1010011 1000100 111 101011101 1010101 110111

Color Harmonies of #EE294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE294C

Black with #EE294C

Text Example


Text Example

White with #EE294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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