Html Css Color HEX #EE314F Amaranth

📋 copy color: '#EE314F'

red 238 ◦ green 49 ◦ blue 79

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

Shades of Amaranth #EE314F

Tints of Amaranth #EE314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 65.03%
G = 13.39%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE314F (or 0xEE314F) is known color: Amaranth. HEX triplet: EE, 31 and 4F. RGB value is (238,49,79). Sum of RGB (Red+Green+Blue) = 238+49+79=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE314F is #11CEB0. Grayscale: #6C6C6C. Windows color (decimal): -1167025 or 5190126. OLE color: 5190126.

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

Color convert

RGB 238 49 79 -
CMYK 0 0.79 0.67 0.07
HSL 350.48º 0.85% 0.56% -
HSV(B) 350.48º 0.79% 0.93% -
XYZ 37.77 20.94 9.45 -
YUV 108.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 238 49 79 0 0.79 0.67 0.07 350.48 0.85 0.56
Hex EE 31 4F 0 4F 43 7 15E 55 38
Octal 356 61 117 0 117 103 7 536 125 70
Binary 11101110 110001 1001111 0 1001111 1000011 111 101011110 1010101 111000

Color Harmonies of #EE314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE314F

Black with #EE314F

Text Example


Text Example

White with #EE314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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