Html Css Color HEX #ED315D Amaranth

📋 copy color: '#ED315D'

red 237 ◦ green 49 ◦ blue 93

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

Shades of Amaranth #ED315D

Tints of Amaranth #ED315D

RGB

 RED value IS 237 (92.97% from 255) = 62.53%

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

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

R = 62.53%
G = 12.93%
B = 24.54%

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

#ED315D (or 0xED315D) is known color: Amaranth. HEX triplet: ED, 31 and 5D. RGB value is (237,49,93). Sum of RGB (Red+Green+Blue) = 237+49+93=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED315D is #12CEA2. Grayscale: #6E6E6E. Windows color (decimal): -1232547 or 6107629. OLE color: 6107629.

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

Color convert

RGB 237 49 93 -
CMYK 0 0.79 0.61 0.07
HSL 345.96º 0.84% 0.56% -
HSV(B) 345.96º 0.79% 0.93% -
XYZ 38 20.99 12.4 -
YUV 110.23 118.28 218.42 -
System Red Green Blue C M Y K H S L
Decimal 237 49 93 0 0.79 0.61 0.07 345.96 0.84 0.56
Hex ED 31 5D 0 4F 3D 7 15A 54 38
Octal 355 61 135 0 117 75 7 532 124 70
Binary 11101101 110001 1011101 0 1001111 111101 111 101011010 1010100 111000

Color Harmonies of #ED315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED315D

Black with #ED315D

Text Example


Text Example

White with #ED315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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