Html Css Color HEX #ED2145 Amaranth

📋 copy color: '#ED2145'

red 237 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #ED2145

Tints of Amaranth #ED2145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 69.91%
G = 9.73%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2145 (or 0xED2145) is known color: Amaranth. HEX triplet: ED, 21 and 45. RGB value is (237,33,69). Sum of RGB (Red+Green+Blue) = 237+33+69=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2145 is #12DEBA. Grayscale: #626262. Windows color (decimal): -1236667 or 4530669. OLE color: 4530669.

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

Color convert

RGB 237 33 69 -
CMYK 0 0.86 0.71 0.07
HSL 349.41º 0.85% 0.53% -
HSV(B) 349.41º 0.86% 0.93% -
XYZ 36.54 19.52 7.47 -
YUV 98.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 237 33 69 0 0.86 0.71 0.07 349.41 0.85 0.53
Hex ED 21 45 0 56 47 7 15D 55 35
Octal 355 41 105 0 126 107 7 535 125 65
Binary 11101101 100001 1000101 0 1010110 1000111 111 101011101 1010101 110101

Color Harmonies of #ED2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2145

Black with #ED2145

Text Example


Text Example

White with #ED2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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