Html Css Color HEX #ED3558 Amaranth

📋 copy color: '#ED3558'

red 237 ◦ green 53 ◦ blue 88

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

Shades of Amaranth #ED3558

Tints of Amaranth #ED3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 62.7%
G = 14.02%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED3558 (or 0xED3558) is known color: Amaranth. HEX triplet: ED, 35 and 58. RGB value is (237,53,88). Sum of RGB (Red+Green+Blue) = 237+53+88=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3558 is #12CAA7. Grayscale: #707070. Windows color (decimal): -1231528 or 5780973. OLE color: 5780973.

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

Color convert

RGB 237 53 88 -
CMYK 0 0.78 0.63 0.07
HSL 348.59º 0.84% 0.57% -
HSV(B) 348.59º 0.78% 0.93% -
XYZ 37.96 21.26 11.33 -
YUV 112.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 237 53 88 0 0.78 0.63 0.07 348.59 0.84 0.57
Hex ED 35 58 0 4E 3F 7 15D 54 39
Octal 355 65 130 0 116 77 7 535 124 71
Binary 11101101 110101 1011000 0 1001110 111111 111 101011101 1010100 111001

Color Harmonies of #ED3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3558

Black with #ED3558

Text Example


Text Example

White with #ED3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3558; }

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

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

background-color css

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

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

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

border-color css

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

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

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