Html Css Color HEX #ED215D Amaranth

📋 copy color: '#ED215D'

red 237 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #ED215D

Tints of Amaranth #ED215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 65.29%
G = 9.09%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED215D (or 0xED215D) is known color: Amaranth. HEX triplet: ED, 21 and 5D. RGB value is (237,33,93). Sum of RGB (Red+Green+Blue) = 237+33+93=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED215D is #12DEA2. Grayscale: #646464. Windows color (decimal): -1236643 or 6103533. OLE color: 6103533.

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

Color convert

RGB 237 33 93 -
CMYK 0 0.86 0.61 0.07
HSL 342.35º 0.85% 0.53% -
HSV(B) 342.35º 0.86% 0.93% -
XYZ 37.44 19.88 12.22 -
YUV 100.84 123.59 225.12 -
System Red Green Blue C M Y K H S L
Decimal 237 33 93 0 0.86 0.61 0.07 342.35 0.85 0.53
Hex ED 21 5D 0 56 3D 7 156 55 35
Octal 355 41 135 0 126 75 7 526 125 65
Binary 11101101 100001 1011101 0 1010110 111101 111 101010110 1010101 110101

Color Harmonies of #ED215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED215D

Black with #ED215D

Text Example


Text Example

White with #ED215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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