Html Css Color HEX #ED284D Amaranth

📋 copy color: '#ED284D'

red 237 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #ED284D

Tints of Amaranth #ED284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 66.95%
G = 11.3%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED284D (or 0xED284D) is known color: Amaranth. HEX triplet: ED, 28 and 4D. RGB value is (237,40,77). Sum of RGB (Red+Green+Blue) = 237+40+77=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED284D is #12D7B2. Grayscale: #676767. Windows color (decimal): -1234867 or 5056749. OLE color: 5056749.

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

Color convert

RGB 237 40 77 -
CMYK 0 0.83 0.68 0.07
HSL 348.73º 0.85% 0.54% -
HSV(B) 348.73º 0.83% 0.93% -
XYZ 37.02 20.06 8.94 -
YUV 103.12 113.27 223.49 -
System Red Green Blue C M Y K H S L
Decimal 237 40 77 0 0.83 0.68 0.07 348.73 0.85 0.54
Hex ED 28 4D 0 53 44 7 15D 55 36
Octal 355 50 115 0 123 104 7 535 125 66
Binary 11101101 101000 1001101 0 1010011 1000100 111 101011101 1010101 110110

Color Harmonies of #ED284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED284D

Black with #ED284D

Text Example


Text Example

White with #ED284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED284D; }

 p { color: rgb(237,40,77); }

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

background-color css

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

 a { background-color: rgb(237,40,77); }

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

border-color css

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

 span { border-color: rgb(237,40,77); }

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