Html Css Color HEX #ED285D Amaranth

📋 copy color: '#ED285D'

red 237 ◦ green 40 ◦ blue 93

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

Shades of Amaranth #ED285D

Tints of Amaranth #ED285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 64.05%
G = 10.81%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED285D (or 0xED285D) is known color: Amaranth. HEX triplet: ED, 28 and 5D. RGB value is (237,40,93). Sum of RGB (Red+Green+Blue) = 237+40+93=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED285D is #12D7A2. Grayscale: #686868. Windows color (decimal): -1234851 or 6105325. OLE color: 6105325.

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

Color convert

RGB 237 40 93 -
CMYK 0 0.83 0.61 0.07
HSL 343.86º 0.85% 0.54% -
HSV(B) 343.86º 0.83% 0.93% -
XYZ 37.66 20.31 12.29 -
YUV 104.95 121.27 222.19 -
System Red Green Blue C M Y K H S L
Decimal 237 40 93 0 0.83 0.61 0.07 343.86 0.85 0.54
Hex ED 28 5D 0 53 3D 7 158 55 36
Octal 355 50 135 0 123 75 7 530 125 66
Binary 11101101 101000 1011101 0 1010011 111101 111 101011000 1010101 110110

Color Harmonies of #ED285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED285D

Black with #ED285D

Text Example


Text Example

White with #ED285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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