Html Css Color HEX #EE4048 Amaranth

📋 copy color: '#EE4048'

red 238 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #EE4048

Tints of Amaranth #EE4048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 63.64%
G = 17.11%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE4048 (or 0xEE4048) is known color: Amaranth. HEX triplet: EE, 40 and 48. RGB value is (238,64,72). Sum of RGB (Red+Green+Blue) = 238+64+72=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4048 is #11BFB7. Grayscale: #757575. Windows color (decimal): -1163192 or 4735214. OLE color: 4735214.

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

Color convert

RGB 238 64 72 -
CMYK 0 0.73 0.70 0.07
HSL 357.24º 0.84% 0.59% -
HSV(B) 357.24º 0.73% 0.93% -
XYZ 38.26 22.31 8.42 -
YUV 116.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 238 64 72 0 0.73 0.70 0.07 357.24 0.84 0.59
Hex EE 40 48 0 49 46 7 165 54 3B
Octal 356 100 110 0 111 106 7 545 124 73
Binary 11101110 1000000 1001000 0 1001001 1000110 111 101100101 1010100 111011

Color Harmonies of #EE4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4048

Black with #EE4048

Text Example


Text Example

White with #EE4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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