#E3206C

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

Shades of Ruby #E3206C

Tints of Ruby #E3206C

Color information

#E3206C (or 0xE3206C) is unknown color: approx Ruby. HEX triplet: E3, 20 and 6C. RGB value is (227,32,108). Sum of RGB (Red+Green+Blue) = 227+32+108=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E3206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3206C is #1CDF93. Grayscale: #626262. Windows color (decimal): -1892244 or 7086307. OLE color: 7086307.

HSL color Cylindrical-coordinate representation of color #E3206C: hue angle of 336.62º degrees, saturation: 0.78, 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 #E3206C is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22732108-
CMYK00.860.520.11
HSL336.62º77.69%50.78%-
HSV(B)336.62º85.9%89.02%-
XYZ34.918.4515.91-
YUV98.97133.1219.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.85%
GREEN value IS 32 (12.89% from 255) = 8.72%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=61.85%
G=8.72%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273210800.860.520.11336.6277.6950.78
HexE3206C05634B1514e33
Octal343401540126641352111663
Binary1110001110000011011000101011011010010111010100011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3206C; }

 p { color: rgb(227,32,108); }

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

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

 a { background-color: rgb(227,32,108); }

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

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

 span { border-color: rgb(227,32,108); }

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