Html Css Color HEX #EE294A Amaranth

📋 copy color: '#EE294A'

red 238 ◦ green 41 ◦ blue 74

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

Shades of Amaranth #EE294A

Tints of Amaranth #EE294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 67.42%
G = 11.61%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE294A (or 0xEE294A) is known color: Amaranth. HEX triplet: EE, 29 and 4A. RGB value is (238,41,74). Sum of RGB (Red+Green+Blue) = 238+41+74=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE294A is #11D6B5. Grayscale: #676767. Windows color (decimal): -1169078 or 4860398. OLE color: 4860398.

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

Color convert

RGB 238 41 74 -
CMYK 0 0.83 0.69 0.07
HSL 349.95º 0.85% 0.55% -
HSV(B) 349.95º 0.83% 0.93% -
XYZ 37.29 20.26 8.42 -
YUV 103.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 238 41 74 0 0.83 0.69 0.07 349.95 0.85 0.55
Hex EE 29 4A 0 53 45 7 15E 55 37
Octal 356 51 112 0 123 105 7 536 125 67
Binary 11101110 101001 1001010 0 1010011 1000101 111 101011110 1010101 110111

Color Harmonies of #EE294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE294A

Black with #EE294A

Text Example


Text Example

White with #EE294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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