#EE0F6E

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

Shades of Ruby #EE0F6E

Tints of Ruby #EE0F6E

Color information

#EE0F6E (or 0xEE0F6E) is unknown color: approx Ruby. HEX triplet: EE, 0F and 6E. RGB value is (238,15,110). Sum of RGB (Red+Green+Blue) = 238+15+110=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F6E is #11F091. Grayscale: #5C5C5C. Windows color (decimal): -1175698 or 7213038. OLE color: 7213038.

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

Color convert

RGB23815110-
CMYK00.940.540.07
HSL334.44º88.14%49.61%-
HSV(B)334.44º93.7%93.33%-
XYZ38.2519.6416.53-
YUV92.51137.88231.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.56%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=65.56%
G=4.13%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381511000.940.540.07334.4488.1449.61
HexEEF6E05E36714e5832
Octal35617156013666751613062
Binary1110111011111101110010111101101101111010011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F6E; }

 p { color: rgb(238,15,110); }

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

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

 a { background-color: rgb(238,15,110); }

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

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

 span { border-color: rgb(238,15,110); }

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