#ED216E

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

Shades of Ruby #ED216E

Tints of Ruby #ED216E

Color information

#ED216E (or 0xED216E) is unknown color: approx Ruby. HEX triplet: ED, 21 and 6E. RGB value is (237,33,110). Sum of RGB (Red+Green+Blue) = 237+33+110=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED216E is #12DE91. Grayscale: #666666. Windows color (decimal): -1236626 or 7217645. OLE color: 7217645.

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

Color convert

RGB23733110-
CMYK00.860.540.07
HSL337.35º85%52.94%-
HSV(B)337.35º86.08%92.94%-
XYZ38.2820.2216.64-
YUV102.77132.09223.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.37%
GREEN value IS 33 (13.28% from 255) = 8.68%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=62.37%
G=8.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373311000.860.540.07337.358552.94
HexED216E0563671515535
Octal35541156012666752112565
Binary111011011000011101110010101101101101111010100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED216E; }

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

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

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

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

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

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

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

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