Html Css Color HEX #EE3244 Amaranth

📋 copy color: '#EE3244'

red 238 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #EE3244

Tints of Amaranth #EE3244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 66.85%
G = 14.04%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE3244 (or 0xEE3244) is known color: Amaranth. HEX triplet: EE, 32 and 44. RGB value is (238,50,68). Sum of RGB (Red+Green+Blue) = 238+50+68=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3244 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3244 is #11CDBB. Grayscale: #6C6C6C. Windows color (decimal): -1166780 or 4469486. OLE color: 4469486.

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

Color convert

RGB 238 50 68 -
CMYK 0 0.79 0.71 0.07
HSL 354.26º 0.85% 0.56% -
HSV(B) 354.26º 0.79% 0.93% -
XYZ 37.44 20.88 7.52 -
YUV 108.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 238 50 68 0 0.79 0.71 0.07 354.26 0.85 0.56
Hex EE 32 44 0 4F 47 7 162 55 38
Octal 356 62 104 0 117 107 7 542 125 70
Binary 11101110 110010 1000100 0 1001111 1000111 111 101100010 1010101 111000

Color Harmonies of #EE3244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3244

Black with #EE3244

Text Example


Text Example

White with #EE3244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3244; }

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

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

background-color css

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

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

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

border-color css

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

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

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