Html Css Color HEX #ED1E4C Amaranth

📋 copy color: '#ED1E4C'

red 237 ◦ green 30 ◦ blue 76

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

Shades of Amaranth #ED1E4C

Tints of Amaranth #ED1E4C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.75%

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 69.1%
G = 8.75%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED1E4C (or 0xED1E4C) is known color: Amaranth. HEX triplet: ED, 1E and 4C. RGB value is (237,30,76). Sum of RGB (Red+Green+Blue) = 237+30+76=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1E4C is #12E1B3. Grayscale: #616161. Windows color (decimal): -1237428 or 4988653. OLE color: 4988653.

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

Color convert

RGB 237 30 76 -
CMYK 0 0.87 0.68 0.07
HSL 346.67º 0.85% 0.52% -
HSV(B) 346.67º 0.87% 0.93% -
XYZ 36.69 19.45 8.66 -
YUV 97.14 116.08 227.76 -
System Red Green Blue C M Y K H S L
Decimal 237 30 76 0 0.87 0.68 0.07 346.67 0.85 0.52
Hex ED 1E 4C 0 57 44 7 15B 55 34
Octal 355 36 114 0 127 104 7 533 125 64
Binary 11101101 11110 1001100 0 1010111 1000100 111 101011011 1010101 110100

Color Harmonies of #ED1E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1E4C

Black with #ED1E4C

Text Example


Text Example

White with #ED1E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1E4C; }

 p { color: rgb(237,30,76); }

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

background-color css

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

 a { background-color: rgb(237,30,76); }

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

border-color css

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

 span { border-color: rgb(237,30,76); }

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