Html Css Color HEX #ED3050 Amaranth

📋 copy color: '#ED3050'

red 237 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #ED3050

Tints of Amaranth #ED3050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 64.93%
G = 13.15%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED3050 (or 0xED3050) is known color: Amaranth. HEX triplet: ED, 30 and 50. RGB value is (237,48,80). Sum of RGB (Red+Green+Blue) = 237+48+80=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3050 is #12CFAF. Grayscale: #6C6C6C. Windows color (decimal): -1232816 or 5255405. OLE color: 5255405.

HSL color Cylindrical-coordinate representation of color #ED3050: hue angle of 349.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3050 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 80 -
CMYK 0 0.80 0.66 0.07
HSL 349.84º 0.84% 0.56% -
HSV(B) 349.84º 0.8% 0.93% -
XYZ 37.43 20.7 9.61 -
YUV 108.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 237 48 80 0 0.80 0.66 0.07 349.84 0.84 0.56
Hex ED 30 50 0 50 42 7 15E 54 38
Octal 355 60 120 0 120 102 7 536 124 70
Binary 11101101 110000 1010000 0 1010000 1000010 111 101011110 1010100 111000

Color Harmonies of #ED3050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3050

Black with #ED3050

Text Example


Text Example

White with #ED3050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3050; }

 p { color: rgb(237,48,80); }

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

background-color css

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

 a { background-color: rgb(237,48,80); }

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

border-color css

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

 span { border-color: rgb(237,48,80); }

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