Html Css Color HEX #EE4144 Amaranth

📋 copy color: '#EE4144'

red 238 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #EE4144

Tints of Amaranth #EE4144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 64.15%
G = 17.52%
B = 18.33%

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

#EE4144 (or 0xEE4144) is known color: Amaranth. HEX triplet: EE, 41 and 44. RGB value is (238,65,68). Sum of RGB (Red+Green+Blue) = 238+65+68=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4144 is #11BEBB. Grayscale: #757575. Windows color (decimal): -1162940 or 4473326. OLE color: 4473326.

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

Color convert

RGB 238 65 68 -
CMYK 0 0.73 0.71 0.07
HSL 358.96º 0.84% 0.59% -
HSV(B) 358.96º 0.73% 0.93% -
XYZ 38.19 22.38 7.77 -
YUV 117.07 100.31 214.26 -
System Red Green Blue C M Y K H S L
Decimal 238 65 68 0 0.73 0.71 0.07 358.96 0.84 0.59
Hex EE 41 44 0 49 47 7 167 54 3B
Octal 356 101 104 0 111 107 7 547 124 73
Binary 11101110 1000001 1000100 0 1001001 1000111 111 101100111 1010100 111011

Color Harmonies of #EE4144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4144

Black with #EE4144

Text Example


Text Example

White with #EE4144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4144; }

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

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

background-color css

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

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

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

border-color css

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

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

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