Html Css Color HEX #ED244C Amaranth

📋 copy color: '#ED244C'

red 237 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #ED244C

Tints of Amaranth #ED244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 67.91%
G = 10.32%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED244C (or 0xED244C) is known color: Amaranth. HEX triplet: ED, 24 and 4C. RGB value is (237,36,76). Sum of RGB (Red+Green+Blue) = 237+36+76=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED244C is #12DBB3. Grayscale: #646464. Windows color (decimal): -1235892 or 4990189. OLE color: 4990189.

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

Color convert

RGB 237 36 76 -
CMYK 0 0.85 0.68 0.07
HSL 348.06º 0.85% 0.54% -
HSV(B) 348.06º 0.85% 0.93% -
XYZ 36.86 19.79 8.71 -
YUV 100.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 237 36 76 0 0.85 0.68 0.07 348.06 0.85 0.54
Hex ED 24 4C 0 55 44 7 15C 55 36
Octal 355 44 114 0 125 104 7 534 125 66
Binary 11101101 100100 1001100 0 1010101 1000100 111 101011100 1010101 110110

Color Harmonies of #ED244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED244C

Black with #ED244C

Text Example


Text Example

White with #ED244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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