Html Css Color HEX #ED2746 Amaranth

📋 copy color: '#ED2746'

red 237 ◦ green 39 ◦ blue 70

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

Shades of Amaranth #ED2746

Tints of Amaranth #ED2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 70 (27.73% from 255) = 20.23%

R = 68.5%
G = 11.27%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2746 (or 0xED2746) is known color: Amaranth. HEX triplet: ED, 27 and 46. RGB value is (237,39,70). Sum of RGB (Red+Green+Blue) = 237+39+70=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2746 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2746 is #12D8B9. Grayscale: #656565. Windows color (decimal): -1235130 or 4597741. OLE color: 4597741.

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

Color convert

RGB 237 39 70 -
CMYK 0 0.84 0.70 0.07
HSL 350.61º 0.85% 0.54% -
HSV(B) 350.61º 0.84% 0.93% -
XYZ 36.76 19.9 7.7 -
YUV 101.74 110.1 224.48 -
System Red Green Blue C M Y K H S L
Decimal 237 39 70 0 0.84 0.70 0.07 350.61 0.85 0.54
Hex ED 27 46 0 54 46 7 15F 55 36
Octal 355 47 106 0 124 106 7 537 125 66
Binary 11101101 100111 1000110 0 1010100 1000110 111 101011111 1010101 110110

Color Harmonies of #ED2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2746

Black with #ED2746

Text Example


Text Example

White with #ED2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2746; }

 p { color: rgb(237,39,70); }

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

background-color css

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

 a { background-color: rgb(237,39,70); }

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

border-color css

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

 span { border-color: rgb(237,39,70); }

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