#EE1269

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

Shades of Ruby #EE1269

Tints of Ruby #EE1269

Color information

#EE1269 (or 0xEE1269) is unknown color: approx Ruby. HEX triplet: EE, 12 and 69. RGB value is (238,18,105). Sum of RGB (Red+Green+Blue) = 238+18+105=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1269 is #11ED96. Grayscale: #5D5D5D. Windows color (decimal): -1174935 or 6886126. OLE color: 6886126.

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

Color convert

RGB23818105-
CMYK00.920.560.07
HSL336.27º86.61%50.2%-
HSV(B)336.27º92.44%93.33%-
XYZ38.0319.6315.15-
YUV93.7134.39230.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.93%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=65.93%
G=4.99%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381810500.920.560.07336.2786.6150.2
HexEE126905C3871505732
Octal35622151013470752012762
Binary11101110100101101001010111001110001111010100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1269; }

 p { color: rgb(238,18,105); }

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

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

 a { background-color: rgb(238,18,105); }

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

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

 span { border-color: rgb(238,18,105); }

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