Html Css Color HEX #ED2148 Amaranth

📋 copy color: '#ED2148'

red 237 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #ED2148

Tints of Amaranth #ED2148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

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

R = 69.3%
G = 9.65%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED2148 (or 0xED2148) is known color: Amaranth. HEX triplet: ED, 21 and 48. RGB value is (237,33,72). Sum of RGB (Red+Green+Blue) = 237+33+72=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2148 is #12DEB7. Grayscale: #626262. Windows color (decimal): -1236664 or 4727277. OLE color: 4727277.

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

Color convert

RGB 237 33 72 -
CMYK 0 0.86 0.70 0.07
HSL 348.53º 0.85% 0.53% -
HSV(B) 348.53º 0.86% 0.93% -
XYZ 36.64 19.56 7.98 -
YUV 98.44 113.09 226.83 -
System Red Green Blue C M Y K H S L
Decimal 237 33 72 0 0.86 0.70 0.07 348.53 0.85 0.53
Hex ED 21 48 0 56 46 7 15D 55 35
Octal 355 41 110 0 126 106 7 535 125 65
Binary 11101101 100001 1001000 0 1010110 1000110 111 101011101 1010101 110101

Color Harmonies of #ED2148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2148

Black with #ED2148

Text Example


Text Example

White with #ED2148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2148; }

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

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

background-color css

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

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

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

border-color css

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

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

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