#E52068

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

Shades of Ruby #E52068

Tints of Ruby #E52068

Color information

#E52068 (or 0xE52068) is unknown color: approx Ruby. HEX triplet: E5, 20 and 68. RGB value is (229,32,104). Sum of RGB (Red+Green+Blue) = 229+32+104=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E52068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52068 is #1ADF97. Grayscale: #636363. Windows color (decimal): -1761176 or 6824165. OLE color: 6824165.

HSL color Cylindrical-coordinate representation of color #E52068: hue angle of 338.07º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52068 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB22932104-
CMYK00.860.550.10
HSL338.07º79.12%51.18%-
HSV(B)338.07º86.03%89.8%-
XYZ35.3318.6914.84-
YUV99.11130.77220.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 62.74%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=62.74%
G=8.77%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293210400.860.550.10338.0779.1251.18
HexE5206805637A1524f33
Octal345401500126671252211763
Binary1110010110000011010000101011011011110101010100101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52068; }

 p { color: rgb(229,32,104); }

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

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

 a { background-color: rgb(229,32,104); }

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

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

 span { border-color: rgb(229,32,104); }

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