Html Css Color HEX #ED315B Amaranth

📋 copy color: '#ED315B'

red 237 ◦ green 49 ◦ blue 91

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

Shades of Amaranth #ED315B

Tints of Amaranth #ED315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 62.86%
G = 13%
B = 24.14%

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

#ED315B (or 0xED315B) is known color: Amaranth. HEX triplet: ED, 31 and 5B. RGB value is (237,49,91). Sum of RGB (Red+Green+Blue) = 237+49+91=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED315B is #12CEA4. Grayscale: #6E6E6E. Windows color (decimal): -1232549 or 5976557. OLE color: 5976557.

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

Color convert

RGB 237 49 91 -
CMYK 0 0.79 0.62 0.07
HSL 346.6º 0.84% 0.56% -
HSV(B) 346.6º 0.79% 0.93% -
XYZ 37.91 20.96 11.94 -
YUV 110 117.28 218.58 -
System Red Green Blue C M Y K H S L
Decimal 237 49 91 0 0.79 0.62 0.07 346.6 0.84 0.56
Hex ED 31 5B 0 4F 3E 7 15B 54 38
Octal 355 61 133 0 117 76 7 533 124 70
Binary 11101101 110001 1011011 0 1001111 111110 111 101011011 1010100 111000

Color Harmonies of #ED315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED315B

Black with #ED315B

Text Example


Text Example

White with #ED315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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