Html Css Color HEX #ED295B Amaranth

📋 copy color: '#ED295B'

red 237 ◦ green 41 ◦ blue 91

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

Shades of Amaranth #ED295B

Tints of Amaranth #ED295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.66%

R = 64.23%
G = 11.11%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED295B (or 0xED295B) is known color: Amaranth. HEX triplet: ED, 29 and 5B. RGB value is (237,41,91). Sum of RGB (Red+Green+Blue) = 237+41+91=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED295B is #12D6A4. Grayscale: #696969. Windows color (decimal): -1234597 or 5974509. OLE color: 5974509.

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

Color convert

RGB 237 41 91 -
CMYK 0 0.83 0.62 0.07
HSL 344.69º 0.84% 0.55% -
HSV(B) 344.69º 0.83% 0.93% -
XYZ 37.61 20.35 11.84 -
YUV 105.3 119.93 221.93 -
System Red Green Blue C M Y K H S L
Decimal 237 41 91 0 0.83 0.62 0.07 344.69 0.84 0.55
Hex ED 29 5B 0 53 3E 7 159 54 37
Octal 355 51 133 0 123 76 7 531 124 67
Binary 11101101 101001 1011011 0 1010011 111110 111 101011001 1010100 110111

Color Harmonies of #ED295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED295B

Black with #ED295B

Text Example


Text Example

White with #ED295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED295B; }

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

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

background-color css

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

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

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

border-color css

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

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

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