Html Css Color HEX #ED284E Amaranth

📋 copy color: '#ED284E'

red 237 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #ED284E

Tints of Amaranth #ED284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 66.76%
G = 11.27%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED284E (or 0xED284E) is known color: Amaranth. HEX triplet: ED, 28 and 4E. RGB value is (237,40,78). Sum of RGB (Red+Green+Blue) = 237+40+78=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED284E is #12D7B1. Grayscale: #676767. Windows color (decimal): -1234866 or 5122285. OLE color: 5122285.

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

Color convert

RGB 237 40 78 -
CMYK 0 0.83 0.67 0.07
HSL 348.43º 0.85% 0.54% -
HSV(B) 348.43º 0.83% 0.93% -
XYZ 37.06 20.07 9.13 -
YUV 103.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 237 40 78 0 0.83 0.67 0.07 348.43 0.85 0.54
Hex ED 28 4E 0 53 43 7 15C 55 36
Octal 355 50 116 0 123 103 7 534 125 66
Binary 11101101 101000 1001110 0 1010011 1000011 111 101011100 1010101 110110

Color Harmonies of #ED284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED284E

Black with #ED284E

Text Example


Text Example

White with #ED284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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