#EE1F6E

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

Shades of Ruby #EE1F6E

Tints of Ruby #EE1F6E

Color information

#EE1F6E (or 0xEE1F6E) is unknown color: approx Ruby. HEX triplet: EE, 1F and 6E. RGB value is (238,31,110). Sum of RGB (Red+Green+Blue) = 238+31+110=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1F6E is #11E091. Grayscale: #656565. Windows color (decimal): -1171602 or 7217134. OLE color: 7217134.

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

Color convert

RGB23831110-
CMYK00.870.540.07
HSL337.1º85.89%52.75%-
HSV(B)337.1º86.97%93.33%-
XYZ38.5620.2816.63-
YUV101.9132.58225.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.80%
GREEN value IS 31 (12.5% from 255) = 8.18%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=62.80%
G=8.18%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383111000.870.540.07337.185.8952.75
HexEE1F6E0573671515635
Octal35637156012766752112665
Binary11101110111111101110010101111101101111010100011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1F6E; }

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

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

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

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

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

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

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

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