#EE1D64

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

Shades of Ruby #EE1D64

Tints of Ruby #EE1D64

Color information

#EE1D64 (or 0xEE1D64) is unknown color: approx Ruby. HEX triplet: EE, 1D and 64. RGB value is (238,29,100). Sum of RGB (Red+Green+Blue) = 238+29+100=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D64 is #11E29B. Grayscale: #636363. Windows color (decimal): -1172124 or 6561262. OLE color: 6561262.

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

Color convert

RGB23829100-
CMYK00.880.580.07
HSL339.62º86.01%52.35%-
HSV(B)339.62º87.82%93.33%-
XYZ3819.9813.91-
YUV99.58128.24226.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.85%
GREEN value IS 29 (11.72% from 255) = 7.90%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=64.85%
G=7.90%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382910000.880.580.07339.6286.0152.35
HexEE1D640583A71545634
Octal35635144013072752412664
Binary11101110111011100100010110001110101111010101001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D64; }

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

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

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

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

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

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

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

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