Html Css Color HEX #EE315D Amaranth

📋 copy color: '#EE315D'

red 238 ◦ green 49 ◦ blue 93

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

Shades of Amaranth #EE315D

Tints of Amaranth #EE315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 62.63%
G = 12.89%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE315D (or 0xEE315D) is known color: Amaranth. HEX triplet: EE, 31 and 5D. RGB value is (238,49,93). Sum of RGB (Red+Green+Blue) = 238+49+93=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE315D is #11CEA2. Grayscale: #6E6E6E. Windows color (decimal): -1167011 or 6107630. OLE color: 6107630.

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

Color convert

RGB 238 49 93 -
CMYK 0 0.79 0.61 0.07
HSL 346.03º 0.85% 0.56% -
HSV(B) 346.03º 0.79% 0.93% -
XYZ 38.33 21.16 12.42 -
YUV 110.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 238 49 93 0 0.79 0.61 0.07 346.03 0.85 0.56
Hex EE 31 5D 0 4F 3D 7 15A 55 38
Octal 356 61 135 0 117 75 7 532 125 70
Binary 11101110 110001 1011101 0 1001111 111101 111 101011010 1010101 111000

Color Harmonies of #EE315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE315D

Black with #EE315D

Text Example


Text Example

White with #EE315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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