#E2206B

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

Shades of Ruby #E2206B

Tints of Ruby #E2206B

Color information

#E2206B (or 0xE2206B) is unknown color: approx Ruby. HEX triplet: E2, 20 and 6B. RGB value is (226,32,107). Sum of RGB (Red+Green+Blue) = 226+32+107=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E2206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2206B is #1DDF94. Grayscale: #626262. Windows color (decimal): -1957781 or 7020770. OLE color: 7020770.

HSL color Cylindrical-coordinate representation of color #E2206B: hue angle of 336.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2206B is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB22632107-
CMYK00.860.530.11
HSL336.8º76.98%50.59%-
HSV(B)336.8º85.84%88.63%-
XYZ34.5318.2615.61-
YUV98.56132.77218.9-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.92%
GREEN value IS 32 (12.89% from 255) = 8.77%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=61.92%
G=8.77%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263210700.860.530.11336.876.9850.59
HexE2206B05635B1514d33
Octal342401530126651352111563
Binary1110001010000011010110101011011010110111010100011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2206B; }

 p { color: rgb(226,32,107); }

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

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

 a { background-color: rgb(226,32,107); }

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

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

 span { border-color: rgb(226,32,107); }

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