Html Css Color HEX #ED205B Amaranth

📋 copy color: '#ED205B'

red 237 ◦ green 32 ◦ blue 91

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

Shades of Amaranth #ED205B

Tints of Amaranth #ED205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.89%

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

R = 65.83%
G = 8.89%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED205B (or 0xED205B) is known color: Amaranth. HEX triplet: ED, 20 and 5B. RGB value is (237,32,91). Sum of RGB (Red+Green+Blue) = 237+32+91=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED205B is #12DFA4. Grayscale: #636363. Windows color (decimal): -1236901 or 5972205. OLE color: 5972205.

HSL color Cylindrical-coordinate representation of color #ED205B: hue angle of 342.73º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED205B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 91 -
CMYK 0 0.86 0.62 0.07
HSL 342.73º 0.85% 0.53% -
HSV(B) 342.73º 0.86% 0.93% -
XYZ 37.33 19.79 11.75 -
YUV 100.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 237 32 91 0 0.86 0.62 0.07 342.73 0.85 0.53
Hex ED 20 5B 0 56 3E 7 157 55 35
Octal 355 40 133 0 126 76 7 527 125 65
Binary 11101101 100000 1011011 0 1010110 111110 111 101010111 1010101 110101

Color Harmonies of #ED205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED205B

Black with #ED205B

Text Example


Text Example

White with #ED205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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