Html Css Color HEX #ED2458 Amaranth

📋 copy color: '#ED2458'

red 237 ◦ green 36 ◦ blue 88

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

Shades of Amaranth #ED2458

Tints of Amaranth #ED2458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

 BLUE value IS 88 (34.77% from 255) = 24.38%

R = 65.65%
G = 9.97%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED2458 (or 0xED2458) is known color: Amaranth. HEX triplet: ED, 24 and 58. RGB value is (237,36,88). Sum of RGB (Red+Green+Blue) = 237+36+88=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2458 is #12DBA7. Grayscale: #666666. Windows color (decimal): -1235880 or 5776621. OLE color: 5776621.

HSL color Cylindrical-coordinate representation of color #ED2458: hue angle of 344.48º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2458 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 36 88 -
CMYK 0 0.85 0.63 0.07
HSL 344.48º 0.85% 0.54% -
HSV(B) 344.48º 0.85% 0.93% -
XYZ 37.32 19.97 11.12 -
YUV 102.03 120.09 224.27 -
System Red Green Blue C M Y K H S L
Decimal 237 36 88 0 0.85 0.63 0.07 344.48 0.85 0.54
Hex ED 24 58 0 55 3F 7 158 55 36
Octal 355 44 130 0 125 77 7 530 125 66
Binary 11101101 100100 1011000 0 1010101 111111 111 101011000 1010101 110110

Color Harmonies of #ED2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2458

Black with #ED2458

Text Example


Text Example

White with #ED2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2458; }

 p { color: rgb(237,36,88); }

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

background-color css

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

 a { background-color: rgb(237,36,88); }

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

border-color css

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

 span { border-color: rgb(237,36,88); }

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