Html Css Color HEX #EE394C Amaranth

📋 copy color: '#EE394C'

red 238 ◦ green 57 ◦ blue 76

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

Shades of Amaranth #EE394C

Tints of Amaranth #EE394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

 BLUE value IS 76 (30.08% from 255) = 20.49%

R = 64.15%
G = 15.36%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE394C (or 0xEE394C) is known color: Amaranth. HEX triplet: EE, 39 and 4C. RGB value is (238,57,76). Sum of RGB (Red+Green+Blue) = 238+57+76=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE394C is #11C6B3. Grayscale: #717171. Windows color (decimal): -1164980 or 4995566. OLE color: 4995566.

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

Color convert

RGB 238 57 76 -
CMYK 0 0.76 0.68 0.07
HSL 353.7º 0.84% 0.58% -
HSV(B) 353.7º 0.76% 0.93% -
XYZ 38.03 21.63 9.01 -
YUV 113.29 106.97 216.96 -
System Red Green Blue C M Y K H S L
Decimal 238 57 76 0 0.76 0.68 0.07 353.7 0.84 0.58
Hex EE 39 4C 0 4C 44 7 162 54 3A
Octal 356 71 114 0 114 104 7 542 124 72
Binary 11101110 111001 1001100 0 1001100 1000100 111 101100010 1010100 111010

Color Harmonies of #EE394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE394C

Black with #EE394C

Text Example


Text Example

White with #EE394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE394C; }

 p { color: rgb(238,57,76); }

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

background-color css

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

 a { background-color: rgb(238,57,76); }

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

border-color css

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

 span { border-color: rgb(238,57,76); }

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