Html Css Color HEX #EE2344 Amaranth

📋 copy color: '#EE2344'

red 238 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #EE2344

Tints of Amaranth #EE2344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

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

R = 69.79%
G = 10.26%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE2344 (or 0xEE2344) is known color: Amaranth. HEX triplet: EE, 23 and 44. RGB value is (238,35,68). Sum of RGB (Red+Green+Blue) = 238+35+68=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2344 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2344 is #11DCBB. Grayscale: #636363. Windows color (decimal): -1170620 or 4465646. OLE color: 4465646.

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

Color convert

RGB 238 35 68 -
CMYK 0 0.85 0.71 0.07
HSL 350.25º 0.86% 0.54% -
HSV(B) 350.25º 0.85% 0.93% -
XYZ 36.9 19.8 7.34 -
YUV 99.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 238 35 68 0 0.85 0.71 0.07 350.25 0.86 0.54
Hex EE 23 44 0 55 47 7 15E 56 36
Octal 356 43 104 0 125 107 7 536 126 66
Binary 11101110 100011 1000100 0 1010101 1000111 111 101011110 1010110 110110

Color Harmonies of #EE2344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2344

Black with #EE2344

Text Example


Text Example

White with #EE2344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2344; }

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

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

background-color css

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

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

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

border-color css

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

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

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