#EE1270

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

Shades of Ruby #EE1270

Tints of Ruby #EE1270

Color information

#EE1270 (or 0xEE1270) is unknown color: approx Ruby. HEX triplet: EE, 12 and 70. RGB value is (238,18,112). Sum of RGB (Red+Green+Blue) = 238+18+112=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1270 is #11ED8F. Grayscale: #5E5E5E. Windows color (decimal): -1174928 or 7344878. OLE color: 7344878.

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

Color convert

RGB23818112-
CMYK00.920.530.07
HSL334.36º86.61%50.2%-
HSV(B)334.36º92.44%93.33%-
XYZ38.419.7817.12-
YUV94.5137.89230.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.67%
GREEN value IS 18 (7.42% from 255) = 4.89%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=64.67%
G=4.89%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381811200.920.530.07334.3686.6150.2
HexEE127005C35714e5732
Octal35622160013465751612762
Binary11101110100101110000010111001101011111010011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1270; }

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

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

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

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

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

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

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

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