Html Css Color HEX #ED285E Amaranth

📋 copy color: '#ED285E'

red 237 ◦ green 40 ◦ blue 94

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

Shades of Amaranth #ED285E

Tints of Amaranth #ED285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 63.88%
G = 10.78%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED285E (or 0xED285E) is known color: Amaranth. HEX triplet: ED, 28 and 5E. RGB value is (237,40,94). Sum of RGB (Red+Green+Blue) = 237+40+94=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED285E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED285E is #12D7A1. Grayscale: #696969. Windows color (decimal): -1234850 or 6170861. OLE color: 6170861.

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

Color convert

RGB 237 40 94 -
CMYK 0 0.83 0.60 0.07
HSL 343.55º 0.85% 0.54% -
HSV(B) 343.55º 0.83% 0.93% -
XYZ 37.7 20.33 12.53 -
YUV 105.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 237 40 94 0 0.83 0.60 0.07 343.55 0.85 0.54
Hex ED 28 5E 0 53 3C 7 158 55 36
Octal 355 50 136 0 123 74 7 530 125 66
Binary 11101101 101000 1011110 0 1010011 111100 111 101011000 1010101 110110

Color Harmonies of #ED285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED285E

Black with #ED285E

Text Example


Text Example

White with #ED285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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