#E20F7A

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

Shades of Ruby #E20F7A

Tints of Ruby #E20F7A

Color information

#E20F7A (or 0xE20F7A) is unknown color: approx Ruby. HEX triplet: E2, 0F and 7A. RGB value is (226,15,122). Sum of RGB (Red+Green+Blue) = 226+15+122=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F7A is #1DF085. Grayscale: #5A5A5A. Windows color (decimal): -1962118 or 7999458. OLE color: 7999458.

HSL color Cylindrical-coordinate representation of color #E20F7A: hue angle of 329.57º 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 #E20F7A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22615122-
CMYK00.930.460.11
HSL329.57º87.55%47.25%-
HSV(B)329.57º93.36%88.63%-
XYZ35.0517.9220.02-
YUV90.29145.9224.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.26%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=62.26%
G=4.13%
B=33.61%

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
Decimal2261512200.930.460.11329.5787.5547.25
HexE2F7A05D2EB14a582f
Octal342171720135561351213057
Binary11100010111111110100101110110111010111010010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F7A; }

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

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

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

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

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

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

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

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