Html Css Color HEX #ED225D Amaranth

📋 copy color: '#ED225D'

red 237 ◦ green 34 ◦ blue 93

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

Shades of Amaranth #ED225D

Tints of Amaranth #ED225D

RGB

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

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

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

R = 65.11%
G = 9.34%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED225D (or 0xED225D) is known color: Amaranth. HEX triplet: ED, 22 and 5D. RGB value is (237,34,93). Sum of RGB (Red+Green+Blue) = 237+34+93=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED225D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED225D is #12DDA2. Grayscale: #656565. Windows color (decimal): -1236387 or 6103789. OLE color: 6103789.

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

Color convert

RGB 237 34 93 -
CMYK 0 0.86 0.61 0.07
HSL 342.56º 0.85% 0.53% -
HSV(B) 342.56º 0.86% 0.93% -
XYZ 37.47 19.94 12.23 -
YUV 101.42 123.25 224.7 -
System Red Green Blue C M Y K H S L
Decimal 237 34 93 0 0.86 0.61 0.07 342.56 0.85 0.53
Hex ED 22 5D 0 56 3D 7 157 55 35
Octal 355 42 135 0 126 75 7 527 125 65
Binary 11101101 100010 1011101 0 1010110 111101 111 101010111 1010101 110101

Color Harmonies of #ED225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED225D

Black with #ED225D

Text Example


Text Example

White with #ED225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED225D; }

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

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

background-color css

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

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

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

border-color css

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

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

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