Html Css Color HEX #EE314D Amaranth

📋 copy color: '#EE314D'

red 238 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #EE314D

Tints of Amaranth #EE314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.46%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 65.38%
G = 13.46%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE314D (or 0xEE314D) is known color: Amaranth. HEX triplet: EE, 31 and 4D. RGB value is (238,49,77). Sum of RGB (Red+Green+Blue) = 238+49+77=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE314D is #11CEB2. Grayscale: #6C6C6C. Windows color (decimal): -1167027 or 5059054. OLE color: 5059054.

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

Color convert

RGB 238 49 77 -
CMYK 0 0.79 0.68 0.07
HSL 351.11º 0.85% 0.56% -
HSV(B) 351.11º 0.79% 0.93% -
XYZ 37.7 20.91 9.07 -
YUV 108.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 238 49 77 0 0.79 0.68 0.07 351.11 0.85 0.56
Hex EE 31 4D 0 4F 44 7 15F 55 38
Octal 356 61 115 0 117 104 7 537 125 70
Binary 11101110 110001 1001101 0 1001111 1000100 111 101011111 1010101 111000

Color Harmonies of #EE314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE314D

Black with #EE314D

Text Example


Text Example

White with #EE314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE314D; }

 p { color: rgb(238,49,77); }

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

background-color css

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

 a { background-color: rgb(238,49,77); }

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

border-color css

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

 span { border-color: rgb(238,49,77); }

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