#EE1278

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

Shades of Ruby #EE1278

Tints of Ruby #EE1278

Color information

#EE1278 (or 0xEE1278) is unknown color: approx Ruby. HEX triplet: EE, 12 and 78. RGB value is (238,18,120). Sum of RGB (Red+Green+Blue) = 238+18+120=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1278 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1278 is #11ED87. Grayscale: #5F5F5F. Windows color (decimal): -1174920 or 7869166. OLE color: 7869166.

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

Color convert

RGB23818120-
CMYK00.920.500.07
HSL332.18º86.61%50.2%-
HSV(B)332.18º92.44%93.33%-
XYZ38.8719.9719.57-
YUV95.41141.89229.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.30%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=63.30%
G=4.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381812000.920.500.07332.1886.6150.2
HexEE127805C32714c5732
Octal35622170013462751412762
Binary11101110100101111000010111001100101111010011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1278; }

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

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

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

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

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

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

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

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