Html Css Color HEX #ED184D Amaranth

📋 copy color: '#ED184D'

red 237 ◦ green 24 ◦ blue 77

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

Shades of Amaranth #ED184D

Tints of Amaranth #ED184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

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

R = 70.12%
G = 7.1%
B = 22.78%

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

#ED184D (or 0xED184D) is known color: Amaranth. HEX triplet: ED, 18 and 4D. RGB value is (237,24,77). Sum of RGB (Red+Green+Blue) = 237+24+77=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED184D is #12E7B2. Grayscale: #5D5D5D. Windows color (decimal): -1238963 or 5052653. OLE color: 5052653.

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

Color convert

RGB 237 24 77 -
CMYK 0 0.90 0.68 0.07
HSL 345.07º 0.86% 0.51% -
HSV(B) 345.07º 0.9% 0.93% -
XYZ 36.59 19.19 8.8 -
YUV 93.73 118.57 230.19 -
System Red Green Blue C M Y K H S L
Decimal 237 24 77 0 0.90 0.68 0.07 345.07 0.86 0.51
Hex ED 18 4D 0 5A 44 7 159 56 33
Octal 355 30 115 0 132 104 7 531 126 63
Binary 11101101 11000 1001101 0 1011010 1000100 111 101011001 1010110 110011

Color Harmonies of #ED184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED184D

Black with #ED184D

Text Example


Text Example

White with #ED184D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED184D; }

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

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

background-color css

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

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

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

border-color css

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

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

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