Html Css Color HEX #ED2648 Amaranth

📋 copy color: '#ED2648'

red 237 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #ED2648

Tints of Amaranth #ED2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.95%

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

R = 68.3%
G = 10.95%
B = 20.75%

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

#ED2648 (or 0xED2648) is known color: Amaranth. HEX triplet: ED, 26 and 48. RGB value is (237,38,72). Sum of RGB (Red+Green+Blue) = 237+38+72=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2648 is #12D9B7. Grayscale: #656565. Windows color (decimal): -1235384 or 4728557. OLE color: 4728557.

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

Color convert

RGB 237 38 72 -
CMYK 0 0.84 0.70 0.07
HSL 349.75º 0.85% 0.54% -
HSV(B) 349.75º 0.84% 0.93% -
XYZ 36.79 19.86 8.03 -
YUV 101.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 237 38 72 0 0.84 0.70 0.07 349.75 0.85 0.54
Hex ED 26 48 0 54 46 7 15E 55 36
Octal 355 46 110 0 124 106 7 536 125 66
Binary 11101101 100110 1001000 0 1010100 1000110 111 101011110 1010101 110110

Color Harmonies of #ED2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2648

Black with #ED2648

Text Example


Text Example

White with #ED2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2648; }

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

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

background-color css

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

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

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

border-color css

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

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

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