Html Css Color HEX #ED295D Amaranth

📋 copy color: '#ED295D'

red 237 ◦ green 41 ◦ blue 93

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

Shades of Amaranth #ED295D

Tints of Amaranth #ED295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.05%

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

R = 63.88%
G = 11.05%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED295D (or 0xED295D) is known color: Amaranth. HEX triplet: ED, 29 and 5D. RGB value is (237,41,93). Sum of RGB (Red+Green+Blue) = 237+41+93=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED295D is #12D6A2. Grayscale: #696969. Windows color (decimal): -1234595 or 6105581. OLE color: 6105581.

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

Color convert

RGB 237 41 93 -
CMYK 0 0.83 0.61 0.07
HSL 344.08º 0.84% 0.55% -
HSV(B) 344.08º 0.83% 0.93% -
XYZ 37.69 20.38 12.3 -
YUV 105.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 237 41 93 0 0.83 0.61 0.07 344.08 0.84 0.55
Hex ED 29 5D 0 53 3D 7 158 54 37
Octal 355 51 135 0 123 75 7 530 124 67
Binary 11101101 101001 1011101 0 1010011 111101 111 101011000 1010100 110111

Color Harmonies of #ED295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED295D

Black with #ED295D

Text Example


Text Example

White with #ED295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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