Html Css Color HEX #ED284F Amaranth

📋 copy color: '#ED284F'

red 237 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #ED284F

Tints of Amaranth #ED284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 66.57%
G = 11.24%
B = 22.19%

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

#ED284F (or 0xED284F) is known color: Amaranth. HEX triplet: ED, 28 and 4F. RGB value is (237,40,79). Sum of RGB (Red+Green+Blue) = 237+40+79=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED284F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED284F is #12D7B0. Grayscale: #676767. Windows color (decimal): -1234865 or 5187821. OLE color: 5187821.

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

Color convert

RGB 237 40 79 -
CMYK 0 0.83 0.67 0.07
HSL 348.12º 0.85% 0.54% -
HSV(B) 348.12º 0.83% 0.93% -
XYZ 37.1 20.09 9.32 -
YUV 103.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 237 40 79 0 0.83 0.67 0.07 348.12 0.85 0.54
Hex ED 28 4F 0 53 43 7 15C 55 36
Octal 355 50 117 0 123 103 7 534 125 66
Binary 11101101 101000 1001111 0 1010011 1000011 111 101011100 1010101 110110

Color Harmonies of #ED284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED284F

Black with #ED284F

Text Example


Text Example

White with #ED284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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