#E20F7B

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

Shades of Ruby #E20F7B

Tints of Ruby #E20F7B

Color information

#E20F7B (or 0xE20F7B) is unknown color: approx Ruby. HEX triplet: E2, 0F and 7B. RGB value is (226,15,123). Sum of RGB (Red+Green+Blue) = 226+15+123=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F7B is #1DF084. Grayscale: #5A5A5A. Windows color (decimal): -1962117 or 8064994. OLE color: 8064994.

HSL color Cylindrical-coordinate representation of color #E20F7B: hue angle of 329.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F7B is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22615123-
CMYK00.930.460.11
HSL329.29º87.55%47.25%-
HSV(B)329.29º93.36%88.63%-
XYZ35.1117.9420.35-
YUV90.4146.4224.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.09%
GREEN value IS 15 (6.25% from 255) = 4.12%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=62.09%
G=4.12%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261512300.930.460.11329.2987.5547.25
HexE2F7B05D2EB149582f
Octal342171730135561351113057
Binary11100010111111110110101110110111010111010010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F7B; }

 p { color: rgb(226,15,123); }

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

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

 a { background-color: rgb(226,15,123); }

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

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

 span { border-color: rgb(226,15,123); }

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