Html Css Color HEX #ED295A Amaranth

📋 copy color: '#ED295A'

red 237 ◦ green 41 ◦ blue 90

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

Shades of Amaranth #ED295A

Tints of Amaranth #ED295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.46%

R = 64.4%
G = 11.14%
B = 24.46%

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

#ED295A (or 0xED295A) is known color: Amaranth. HEX triplet: ED, 29 and 5A. RGB value is (237,41,90). Sum of RGB (Red+Green+Blue) = 237+41+90=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED295A is #12D6A5. Grayscale: #696969. Windows color (decimal): -1234598 or 5908973. OLE color: 5908973.

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

Color convert

RGB 237 41 90 -
CMYK 0 0.83 0.62 0.07
HSL 345º 0.84% 0.55% -
HSV(B) 345º 0.83% 0.93% -
XYZ 37.56 20.33 11.62 -
YUV 105.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 237 41 90 0 0.83 0.62 0.07 345 0.84 0.55
Hex ED 29 5A 0 53 3E 7 159 54 37
Octal 355 51 132 0 123 76 7 531 124 67
Binary 11101101 101001 1011010 0 1010011 111110 111 101011001 1010100 110111

Color Harmonies of #ED295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED295A

Black with #ED295A

Text Example


Text Example

White with #ED295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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