Html Css Color HEX #ED244E Amaranth

📋 copy color: '#ED244E'

red 237 ◦ green 36 ◦ blue 78

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

Shades of Amaranth #ED244E

Tints of Amaranth #ED244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.22%

R = 67.52%
G = 10.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED244E (or 0xED244E) is known color: Amaranth. HEX triplet: ED, 24 and 4E. RGB value is (237,36,78). Sum of RGB (Red+Green+Blue) = 237+36+78=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED244E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED244E is #12DBB1. Grayscale: #646464. Windows color (decimal): -1235890 or 5121261. OLE color: 5121261.

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

Color convert

RGB 237 36 78 -
CMYK 0 0.85 0.67 0.07
HSL 347.46º 0.85% 0.54% -
HSV(B) 347.46º 0.85% 0.93% -
XYZ 36.93 19.82 9.09 -
YUV 100.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 237 36 78 0 0.85 0.67 0.07 347.46 0.85 0.54
Hex ED 24 4E 0 55 43 7 15B 55 36
Octal 355 44 116 0 125 103 7 533 125 66
Binary 11101101 100100 1001110 0 1010101 1000011 111 101011011 1010101 110110

Color Harmonies of #ED244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED244E

Black with #ED244E

Text Example


Text Example

White with #ED244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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