#ED2165

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

Shades of Ruby #ED2165

Tints of Ruby #ED2165

Color information

#ED2165 (or 0xED2165) is unknown color: approx Ruby. HEX triplet: ED, 21 and 65. RGB value is (237,33,101). Sum of RGB (Red+Green+Blue) = 237+33+101=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2165 is #12DE9A. Grayscale: #656565. Windows color (decimal): -1236635 or 6627821. OLE color: 6627821.

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

Color convert

RGB23733101-
CMYK00.860.570.07
HSL340º85%52.94%-
HSV(B)340º86.08%92.94%-
XYZ37.8220.0314.19-
YUV101.75127.59224.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.88%
GREEN value IS 33 (13.28% from 255) = 8.89%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=63.88%
G=8.89%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373310100.860.570.073408552.94
HexED21650563971545535
Octal35541145012671752412565
Binary111011011000011100101010101101110011111010101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2165; }

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

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

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

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

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

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

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

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