Html Css Color HEX #ED2259 Amaranth

📋 copy color: '#ED2259'

red 237 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #ED2259

Tints of Amaranth #ED2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

 BLUE value IS 89 (35.16% from 255) = 24.72%

R = 65.83%
G = 9.44%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED2259 (or 0xED2259) is known color: Amaranth. HEX triplet: ED, 22 and 59. RGB value is (237,34,89). Sum of RGB (Red+Green+Blue) = 237+34+89=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2259 is #12DDA6. Grayscale: #646464. Windows color (decimal): -1236391 or 5841645. OLE color: 5841645.

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

Color convert

RGB 237 34 89 -
CMYK 0 0.86 0.62 0.07
HSL 343.74º 0.85% 0.53% -
HSV(B) 343.74º 0.86% 0.93% -
XYZ 37.3 19.87 11.32 -
YUV 100.97 121.25 225.03 -
System Red Green Blue C M Y K H S L
Decimal 237 34 89 0 0.86 0.62 0.07 343.74 0.85 0.53
Hex ED 22 59 0 56 3E 7 158 55 35
Octal 355 42 131 0 126 76 7 530 125 65
Binary 11101101 100010 1011001 0 1010110 111110 111 101011000 1010101 110101

Color Harmonies of #ED2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2259

Black with #ED2259

Text Example


Text Example

White with #ED2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2259; }

 p { color: rgb(237,34,89); }

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

background-color css

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

 a { background-color: rgb(237,34,89); }

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

border-color css

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

 span { border-color: rgb(237,34,89); }

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