#ed2154

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

Shades of Amaranth #ED2154

Tints of Amaranth #ED2154

Color information

#ED2154 (or 0xED2154) is unknown color: approx Amaranth. HEX triplet: ED, 21 and 54. RGB value is (237,33,84). Sum of RGB (Red+Green+Blue) = 237+33+84=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2154 is #12DEAB. Grayscale: #636363. Windows color (decimal): -1236652 or 5513709. OLE color: 5513709.

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

Color convert

RGB2373384-
CMYK00.860.650.07
HSL345º85%52.94%-
HSV(B)345º86.08%92.94%-
XYZ37.0719.7310.24-
YUV99.81119.09225.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.95%
GREEN value IS 33 (13.28% from 255) = 9.32%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=66.95%
G=9.32%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237338400.860.650.073458552.94
HexED21540564171595535
Octal355411240126101753112565
Binary1110110110000110101000101011010000011111010110011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2154; }

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

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

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

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

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

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

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

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