Html Css Color HEX #ED294E Amaranth

📋 copy color: '#ED294E'

red 237 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #ED294E

Tints of Amaranth #ED294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 66.57%
G = 11.52%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED294E (or 0xED294E) is known color: Amaranth. HEX triplet: ED, 29 and 4E. RGB value is (237,41,78). Sum of RGB (Red+Green+Blue) = 237+41+78=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED294E is #12D6B1. Grayscale: #676767. Windows color (decimal): -1234610 or 5122541. OLE color: 5122541.

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

Color convert

RGB 237 41 78 -
CMYK 0 0.83 0.67 0.07
HSL 348.67º 0.84% 0.55% -
HSV(B) 348.67º 0.83% 0.93% -
XYZ 37.09 20.14 9.14 -
YUV 103.82 113.43 222.99 -
System Red Green Blue C M Y K H S L
Decimal 237 41 78 0 0.83 0.67 0.07 348.67 0.84 0.55
Hex ED 29 4E 0 53 43 7 15D 54 37
Octal 355 51 116 0 123 103 7 535 124 67
Binary 11101101 101001 1001110 0 1010011 1000011 111 101011101 1010100 110111

Color Harmonies of #ED294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED294E

Black with #ED294E

Text Example


Text Example

White with #ED294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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