Html Css Color HEX #ED2748 Amaranth

📋 copy color: '#ED2748'

red 237 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #ED2748

Tints of Amaranth #ED2748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 68.1%
G = 11.21%
B = 20.69%

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

#ED2748 (or 0xED2748) is known color: Amaranth. HEX triplet: ED, 27 and 48. RGB value is (237,39,72). Sum of RGB (Red+Green+Blue) = 237+39+72=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2748 is #12D8B7. Grayscale: #666666. Windows color (decimal): -1235128 or 4728813. OLE color: 4728813.

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

Color convert

RGB 237 39 72 -
CMYK 0 0.84 0.70 0.07
HSL 350º 0.85% 0.54% -
HSV(B) 350º 0.84% 0.93% -
XYZ 36.82 19.92 8.04 -
YUV 101.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 237 39 72 0 0.84 0.70 0.07 350 0.85 0.54
Hex ED 27 48 0 54 46 7 15E 55 36
Octal 355 47 110 0 124 106 7 536 125 66
Binary 11101101 100111 1001000 0 1010100 1000110 111 101011110 1010101 110110

Color Harmonies of #ED2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2748

Black with #ED2748

Text Example


Text Example

White with #ED2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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