#ED2754

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

Shades of Amaranth #ED2754

Tints of Amaranth #ED2754

Color information

#ED2754 (or 0xED2754) is unknown color: approx Amaranth. HEX triplet: ED, 27 and 54. RGB value is (237,39,84). Sum of RGB (Red+Green+Blue) = 237+39+84=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2754 is #12D8AB. Grayscale: #676767. Windows color (decimal): -1235116 or 5515245. OLE color: 5515245.

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

Color convert

RGB2373984-
CMYK00.840.650.07
HSL346.36º84.62%54.12%-
HSV(B)346.36º83.54%92.94%-
XYZ37.2520.110.3-
YUV103.33117.1223.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.83%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=65.83%
G=10.83%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237398400.840.650.07346.3684.6254.12
HexED275405441715a5536
Octal355471240124101753212566
Binary1110110110011110101000101010010000011111010110101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2754; }

 p { color: rgb(237,39,84); }

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

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

 a { background-color: rgb(237,39,84); }

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

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

 span { border-color: rgb(237,39,84); }

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