#ED0F69

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

Shades of Ruby #ED0F69

Tints of Ruby #ED0F69

Color information

#ED0F69 (or 0xED0F69) is unknown color: approx Ruby. HEX triplet: ED, 0F and 69. RGB value is (237,15,105). Sum of RGB (Red+Green+Blue) = 237+15+105=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F69 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0F69 is #12F096. Grayscale: #5B5B5B. Windows color (decimal): -1241239 or 6885357. OLE color: 6885357.

HSL color Cylindrical-coordinate representation of color #ED0F69: hue angle of 335.68º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F69 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB23715105-
CMYK00.940.560.07
HSL335.68º88.1%49.41%-
HSV(B)335.68º93.67%92.94%-
XYZ37.6519.3715.12-
YUV91.64135.55231.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.39%
GREEN value IS 15 (6.25% from 255) = 4.20%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=66.39%
G=4.20%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371510500.940.560.07335.6888.149.41
HexEDF6905E3871505831
Octal35517151013670752013061
Binary1110110111111101001010111101110001111010100001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0F69; }

 p { color: rgb(237,15,105); }

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

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

 a { background-color: rgb(237,15,105); }

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

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

 span { border-color: rgb(237,15,105); }

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