Html Css Color HEX #ED1953 Amaranth

📋 copy color: '#ED1953'

red 237 ◦ green 25 ◦ blue 83

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

Shades of Amaranth #ED1953

Tints of Amaranth #ED1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 68.7%
G = 7.25%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED1953 (or 0xED1953) is known color: Amaranth. HEX triplet: ED, 19 and 53. RGB value is (237,25,83). Sum of RGB (Red+Green+Blue) = 237+25+83=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1953 is #12E6AC. Grayscale: #5E5E5E. Windows color (decimal): -1238701 or 5446125. OLE color: 5446125.

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

Color convert

RGB 237 25 83 -
CMYK 0 0.89 0.65 0.07
HSL 343.58º 0.85% 0.51% -
HSV(B) 343.58º 0.89% 0.93% -
XYZ 36.83 19.32 9.97 -
YUV 95 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 237 25 83 0 0.89 0.65 0.07 343.58 0.85 0.51
Hex ED 19 53 0 59 41 7 158 55 33
Octal 355 31 123 0 131 101 7 530 125 63
Binary 11101101 11001 1010011 0 1011001 1000001 111 101011000 1010101 110011

Color Harmonies of #ED1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1953

Black with #ED1953

Text Example


Text Example

White with #ED1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1953; }

 p { color: rgb(237,25,83); }

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

background-color css

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

 a { background-color: rgb(237,25,83); }

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

border-color css

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

 span { border-color: rgb(237,25,83); }

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