#ED1856

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

Shades of Ruby #ED1856

Tints of Ruby #ED1856

Color information

#ED1856 (or 0xED1856) is unknown color: approx Ruby. HEX triplet: ED, 18 and 56. RGB value is (237,24,86). Sum of RGB (Red+Green+Blue) = 237+24+86=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1856 is #12E7A9. Grayscale: #5E5E5E. Windows color (decimal): -1238954 or 5642477. OLE color: 5642477.

HSL color Cylindrical-coordinate representation of color #ED1856: hue angle of 342.54º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1856 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2372486-
CMYK00.900.640.07
HSL342.54º85.54%51.18%-
HSV(B)342.54º89.87%92.94%-
XYZ36.9319.3310.59-
YUV94.76123.07229.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.30%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=68.30%
G=6.92%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237248600.900.640.07342.5485.5451.18
HexED185605A4071575633
Octal355301260132100752712663
Binary111011011100010101100101101010000001111010101111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1856; }

 p { color: rgb(237,24,86); }

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

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

 a { background-color: rgb(237,24,86); }

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

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

 span { border-color: rgb(237,24,86); }

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