Html Css Color HEX #ED414C Amaranth

📋 copy color: '#ED414C'

red 237 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #ED414C

Tints of Amaranth #ED414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 62.7%
G = 17.2%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED414C (or 0xED414C) is known color: Amaranth. HEX triplet: ED, 41 and 4C. RGB value is (237,65,76). Sum of RGB (Red+Green+Blue) = 237+65+76=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED414C is #12BEB3. Grayscale: #757575. Windows color (decimal): -1228468 or 4997613. OLE color: 4997613.

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

Color convert

RGB 237 65 76 -
CMYK 0 0.73 0.68 0.07
HSL 356.16º 0.83% 0.59% -
HSV(B) 356.16º 0.73% 0.93% -
XYZ 38.12 22.31 9.13 -
YUV 117.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 237 65 76 0 0.73 0.68 0.07 356.16 0.83 0.59
Hex ED 41 4C 0 49 44 7 164 53 3B
Octal 355 101 114 0 111 104 7 544 123 73
Binary 11101101 1000001 1001100 0 1001001 1000100 111 101100100 1010011 111011

Color Harmonies of #ED414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED414C

Black with #ED414C

Text Example


Text Example

White with #ED414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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