Html Css Color HEX #EE314A Amaranth

📋 copy color: '#EE314A'

red 238 ◦ green 49 ◦ blue 74

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

Shades of Amaranth #EE314A

Tints of Amaranth #EE314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 65.93%
G = 13.57%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE314A (or 0xEE314A) is known color: Amaranth. HEX triplet: EE, 31 and 4A. RGB value is (238,49,74). Sum of RGB (Red+Green+Blue) = 238+49+74=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE314A is #11CEB5. Grayscale: #6C6C6C. Windows color (decimal): -1167030 or 4862446. OLE color: 4862446.

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

Color convert

RGB 238 49 74 -
CMYK 0 0.79 0.69 0.07
HSL 352.06º 0.85% 0.56% -
HSV(B) 352.06º 0.79% 0.93% -
XYZ 37.59 20.87 8.53 -
YUV 108.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 238 49 74 0 0.79 0.69 0.07 352.06 0.85 0.56
Hex EE 31 4A 0 4F 45 7 160 55 38
Octal 356 61 112 0 117 105 7 540 125 70
Binary 11101110 110001 1001010 0 1001111 1000101 111 101100000 1010101 111000

Color Harmonies of #EE314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE314A

Black with #EE314A

Text Example


Text Example

White with #EE314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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