Html Css Color HEX #ED194E Amaranth

📋 copy color: '#ED194E'

red 237 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #ED194E

Tints of Amaranth #ED194E

RGB

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

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

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

R = 69.71%
G = 7.35%
B = 22.94%

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

#ED194E (or 0xED194E) is known color: Amaranth. HEX triplet: ED, 19 and 4E. RGB value is (237,25,78). Sum of RGB (Red+Green+Blue) = 237+25+78=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED194E is #12E6B1. Grayscale: #5E5E5E. Windows color (decimal): -1238706 or 5118445. OLE color: 5118445.

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

Color convert

RGB 237 25 78 -
CMYK 0 0.89 0.67 0.07
HSL 345º 0.85% 0.51% -
HSV(B) 345º 0.89% 0.93% -
XYZ 36.65 19.25 8.99 -
YUV 94.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 237 25 78 0 0.89 0.67 0.07 345 0.85 0.51
Hex ED 19 4E 0 59 43 7 159 55 33
Octal 355 31 116 0 131 103 7 531 125 63
Binary 11101101 11001 1001110 0 1011001 1000011 111 101011001 1010101 110011

Color Harmonies of #ED194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED194E

Black with #ED194E

Text Example


Text Example

White with #ED194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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