Html Css Color HEX #EE4044 Amaranth

📋 copy color: '#EE4044'

red 238 ◦ green 64 ◦ blue 68

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

Shades of Amaranth #EE4044

Tints of Amaranth #EE4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

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

R = 64.32%
G = 17.3%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE4044 (or 0xEE4044) is known color: Amaranth. HEX triplet: EE, 40 and 44. RGB value is (238,64,68). Sum of RGB (Red+Green+Blue) = 238+64+68=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4044 is #11BFBB. Grayscale: #747474. Windows color (decimal): -1163196 or 4473070. OLE color: 4473070.

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

Color convert

RGB 238 64 68 -
CMYK 0 0.73 0.71 0.07
HSL 358.62º 0.84% 0.59% -
HSV(B) 358.62º 0.73% 0.93% -
XYZ 38.14 22.26 7.76 -
YUV 116.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 238 64 68 0 0.73 0.71 0.07 358.62 0.84 0.59
Hex EE 40 44 0 49 47 7 167 54 3B
Octal 356 100 104 0 111 107 7 547 124 73
Binary 11101110 1000000 1000100 0 1001001 1000111 111 101100111 1010100 111011

Color Harmonies of #EE4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4044

Black with #EE4044

Text Example


Text Example

White with #EE4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4044; }

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

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

background-color css

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

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

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

border-color css

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

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

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