Html Css Color HEX #ED285B Amaranth

📋 copy color: '#ED285B'

red 237 ◦ green 40 ◦ blue 91

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

Shades of Amaranth #ED285B

Tints of Amaranth #ED285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 64.4%
G = 10.87%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED285B (or 0xED285B) is known color: Amaranth. HEX triplet: ED, 28 and 5B. RGB value is (237,40,91). Sum of RGB (Red+Green+Blue) = 237+40+91=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED285B is #12D7A4. Grayscale: #686868. Windows color (decimal): -1234853 or 5974253. OLE color: 5974253.

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

Color convert

RGB 237 40 91 -
CMYK 0 0.83 0.62 0.07
HSL 344.47º 0.85% 0.54% -
HSV(B) 344.47º 0.83% 0.93% -
XYZ 37.57 20.28 11.83 -
YUV 104.72 120.27 222.35 -
System Red Green Blue C M Y K H S L
Decimal 237 40 91 0 0.83 0.62 0.07 344.47 0.85 0.54
Hex ED 28 5B 0 53 3E 7 158 55 36
Octal 355 50 133 0 123 76 7 530 125 66
Binary 11101101 101000 1011011 0 1010011 111110 111 101011000 1010101 110110

Color Harmonies of #ED285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED285B

Black with #ED285B

Text Example


Text Example

White with #ED285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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