Html Css Color HEX #EE314C Amaranth

📋 copy color: '#EE314C'

red 238 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #EE314C

Tints of Amaranth #EE314C

RGB

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

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

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

R = 65.56%
G = 13.5%
B = 20.94%

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

#EE314C (or 0xEE314C) is known color: Amaranth. HEX triplet: EE, 31 and 4C. RGB value is (238,49,76). Sum of RGB (Red+Green+Blue) = 238+49+76=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE314C is #11CEB3. Grayscale: #6C6C6C. Windows color (decimal): -1167028 or 4993518. OLE color: 4993518.

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

Color convert

RGB 238 49 76 -
CMYK 0 0.79 0.68 0.07
HSL 351.43º 0.85% 0.56% -
HSV(B) 351.43º 0.79% 0.93% -
XYZ 37.66 20.9 8.89 -
YUV 108.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 238 49 76 0 0.79 0.68 0.07 351.43 0.85 0.56
Hex EE 31 4C 0 4F 44 7 15F 55 38
Octal 356 61 114 0 117 104 7 537 125 70
Binary 11101110 110001 1001100 0 1001111 1000100 111 101011111 1010101 111000

Color Harmonies of #EE314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE314C

Black with #EE314C

Text Example


Text Example

White with #EE314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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