Html Css Color HEX #EE294B Amaranth

📋 copy color: '#EE294B'

red 238 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #EE294B

Tints of Amaranth #EE294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 67.23%
G = 11.58%
B = 21.19%

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

#EE294B (or 0xEE294B) is known color: Amaranth. HEX triplet: EE, 29 and 4B. RGB value is (238,41,75). Sum of RGB (Red+Green+Blue) = 238+41+75=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE294B is #11D6B4. Grayscale: #676767. Windows color (decimal): -1169077 or 4925934. OLE color: 4925934.

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

Color convert

RGB 238 41 75 -
CMYK 0 0.83 0.68 0.07
HSL 349.64º 0.85% 0.55% -
HSV(B) 349.64º 0.83% 0.93% -
XYZ 37.32 20.27 8.6 -
YUV 103.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 238 41 75 0 0.83 0.68 0.07 349.64 0.85 0.55
Hex EE 29 4B 0 53 44 7 15E 55 37
Octal 356 51 113 0 123 104 7 536 125 67
Binary 11101110 101001 1001011 0 1010011 1000100 111 101011110 1010101 110111

Color Harmonies of #EE294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE294B

Black with #EE294B

Text Example


Text Example

White with #EE294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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