Html Css Color HEX #EE315A Amaranth

📋 copy color: '#EE315A'

red 238 ◦ green 49 ◦ blue 90

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

Shades of Amaranth #EE315A

Tints of Amaranth #EE315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 63.13%
G = 13%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE315A (or 0xEE315A) is known color: Amaranth. HEX triplet: EE, 31 and 5A. RGB value is (238,49,90). Sum of RGB (Red+Green+Blue) = 238+49+90=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE315A is #11CEA5. Grayscale: #6E6E6E. Windows color (decimal): -1167014 or 5911022. OLE color: 5911022.

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

Color convert

RGB 238 49 90 -
CMYK 0 0.79 0.62 0.07
HSL 346.98º 0.85% 0.56% -
HSV(B) 346.98º 0.79% 0.93% -
XYZ 38.2 21.11 11.73 -
YUV 110.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 238 49 90 0 0.79 0.62 0.07 346.98 0.85 0.56
Hex EE 31 5A 0 4F 3E 7 15B 55 38
Octal 356 61 132 0 117 76 7 533 125 70
Binary 11101110 110001 1011010 0 1001111 111110 111 101011011 1010101 111000

Color Harmonies of #EE315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE315A

Black with #EE315A

Text Example


Text Example

White with #EE315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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