Html Css Color HEX #ED194F Amaranth

📋 copy color: '#ED194F'

red 237 ◦ green 25 ◦ blue 79

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

Shades of Amaranth #ED194F

Tints of Amaranth #ED194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 69.5%
G = 7.33%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED194F (or 0xED194F) is known color: Amaranth. HEX triplet: ED, 19 and 4F. RGB value is (237,25,79). Sum of RGB (Red+Green+Blue) = 237+25+79=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED194F is #12E6B0. Grayscale: #5E5E5E. Windows color (decimal): -1238705 or 5183981. OLE color: 5183981.

HSL color Cylindrical-coordinate representation of color #ED194F: hue angle of 344.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED194F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 79 -
CMYK 0 0.89 0.67 0.07
HSL 344.72º 0.85% 0.51% -
HSV(B) 344.72º 0.89% 0.93% -
XYZ 36.68 19.26 9.18 -
YUV 94.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 237 25 79 0 0.89 0.67 0.07 344.72 0.85 0.51
Hex ED 19 4F 0 59 43 7 159 55 33
Octal 355 31 117 0 131 103 7 531 125 63
Binary 11101101 11001 1001111 0 1011001 1000011 111 101011001 1010101 110011

Color Harmonies of #ED194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED194F

Black with #ED194F

Text Example


Text Example

White with #ED194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED194F; }

 p { color: rgb(237,25,79); }

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

background-color css

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

 a { background-color: rgb(237,25,79); }

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

border-color css

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

 span { border-color: rgb(237,25,79); }

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