#EE1D6E

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

Shades of Ruby #EE1D6E

Tints of Ruby #EE1D6E

Color information

#EE1D6E (or 0xEE1D6E) is unknown color: approx Ruby. HEX triplet: EE, 1D and 6E. RGB value is (238,29,110). Sum of RGB (Red+Green+Blue) = 238+29+110=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D6E is #11E291. Grayscale: #646464. Windows color (decimal): -1172114 or 7216622. OLE color: 7216622.

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

Color convert

RGB23829110-
CMYK00.880.540.07
HSL336.75º86.01%52.35%-
HSV(B)336.75º87.82%93.33%-
XYZ38.5120.1816.62-
YUV100.72133.24225.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.13%
GREEN value IS 29 (11.72% from 255) = 7.69%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=63.13%
G=7.69%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382911000.880.540.07336.7586.0152.35
HexEE1D6E0583671515634
Octal35635156013066752112664
Binary11101110111011101110010110001101101111010100011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D6E; }

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

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

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

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

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

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

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

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