#ED265C

Color #ED265C Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #ED265C

Tints of Amaranth #ED265C

Color information

#ED265C (or 0xED265C) is unknown color: approx Amaranth. HEX triplet: ED, 26 and 5C. RGB value is (237,38,92). Sum of RGB (Red+Green+Blue) = 237+38+92=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED265C is #12D9A3. Grayscale: #676767. Windows color (decimal): -1235364 or 6039277. OLE color: 6039277.

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

Color convert

RGB2373892-
CMYK00.840.610.07
HSL343.72º84.68%53.92%-
HSV(B)343.72º83.97%92.94%-
XYZ37.5520.1612.04-
YUV103.66121.43223.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.58%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=64.58%
G=10.35%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237389200.840.610.07343.7284.6853.92
HexED265C0543D71585536
Octal35546134012475753012566
Binary111011011001101011100010101001111011111010110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED265C; }

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

 H1.HeaderClassName
 {
   color: #ED265C;
 }
 .AnyTagClassName
 {
   color: #ED265C;
 }
</style>
background-color css

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

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

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

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

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

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