Html Css Color HEX #EE3249 Amaranth

📋 copy color: '#EE3249'

red 238 ◦ green 50 ◦ blue 73

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

Shades of Amaranth #EE3249

Tints of Amaranth #EE3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 65.93%
G = 13.85%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE3249 (or 0xEE3249) is known color: Amaranth. HEX triplet: EE, 32 and 49. RGB value is (238,50,73). Sum of RGB (Red+Green+Blue) = 238+50+73=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3249 is #11CDB6. Grayscale: #6C6C6C. Windows color (decimal): -1166775 or 4797166. OLE color: 4797166.

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

Color convert

RGB 238 50 73 -
CMYK 0 0.79 0.69 0.07
HSL 352.66º 0.85% 0.56% -
HSV(B) 352.66º 0.79% 0.93% -
XYZ 37.6 20.94 8.36 -
YUV 108.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 238 50 73 0 0.79 0.69 0.07 352.66 0.85 0.56
Hex EE 32 49 0 4F 45 7 161 55 38
Octal 356 62 111 0 117 105 7 541 125 70
Binary 11101110 110010 1001001 0 1001111 1000101 111 101100001 1010101 111000

Color Harmonies of #EE3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3249

Black with #EE3249

Text Example


Text Example

White with #EE3249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3249; }

 p { color: rgb(238,50,73); }

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

background-color css

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

 a { background-color: rgb(238,50,73); }

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

border-color css

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

 span { border-color: rgb(238,50,73); }

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