#E20570

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

Shades of Ruby #E20570

Tints of Ruby #E20570

Color information

#E20570 (or 0xE20570) is unknown color: approx Ruby. HEX triplet: E2, 05 and 70. RGB value is (226,5,112). Sum of RGB (Red+Green+Blue) = 226+5+112=343 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.89% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 226 - color contains mainly: red. Hex color #E20570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20570 is #1DFA8F. Grayscale: #535353. Windows color (decimal): -1964688 or 7341538. OLE color: 7341538.

HSL color Cylindrical-coordinate representation of color #E20570: hue angle of 330.95º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20570 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB2265112-
CMYK00.980.500.11
HSL330.95º95.67%45.29%-
HSV(B)330.95º97.79%88.63%-
XYZ34.3417.4516.89-
YUV83.28144.22229.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.89%
GREEN value IS 5 (2.34% from 255) = 1.46%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=65.89%
G=1.46%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226511200.980.500.11330.9595.6745.29
HexE257006232B14b602d
Octal34251600142621351314055
Binary1110001010111100000110001011001010111010010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20570; }

 p { color: rgb(226,5,112); }

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

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

 a { background-color: rgb(226,5,112); }

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

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

 span { border-color: rgb(226,5,112); }

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