Html Css Color HEX #ED174D Amaranth

📋 copy color: '#ED174D'

red 237 ◦ green 23 ◦ blue 77

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

Shades of Amaranth #ED174D

Tints of Amaranth #ED174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 70.33%
G = 6.82%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED174D (or 0xED174D) is known color: Amaranth. HEX triplet: ED, 17 and 4D. RGB value is (237,23,77). Sum of RGB (Red+Green+Blue) = 237+23+77=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED174D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED174D is #12E8B2. Grayscale: #5D5D5D. Windows color (decimal): -1239219 or 5052397. OLE color: 5052397.

HSL color Cylindrical-coordinate representation of color #ED174D: hue angle of 344.86º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED174D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 77 -
CMYK 0 0.90 0.68 0.07
HSL 344.86º 0.86% 0.51% -
HSV(B) 344.86º 0.9% 0.93% -
XYZ 36.57 19.15 8.79 -
YUV 93.14 118.9 230.61 -
System Red Green Blue C M Y K H S L
Decimal 237 23 77 0 0.90 0.68 0.07 344.86 0.86 0.51
Hex ED 17 4D 0 5A 44 7 159 56 33
Octal 355 27 115 0 132 104 7 531 126 63
Binary 11101101 10111 1001101 0 1011010 1000100 111 101011001 1010110 110011

Color Harmonies of #ED174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED174D

Black with #ED174D

Text Example


Text Example

White with #ED174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED174D; }

 p { color: rgb(237,23,77); }

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

background-color css

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

 a { background-color: rgb(237,23,77); }

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

border-color css

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

 span { border-color: rgb(237,23,77); }

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