#E0196E

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

Shades of Ruby #E0196E

Tints of Ruby #E0196E

Color information

#E0196E (or 0xE0196E) is unknown color: approx Ruby. HEX triplet: E0, 19 and 6E. RGB value is (224,25,110). Sum of RGB (Red+Green+Blue) = 224+25+110=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196E is #1FE691. Grayscale: #5E5E5E. Windows color (decimal): -2090642 or 7215584. OLE color: 7215584.

HSL color Cylindrical-coordinate representation of color #E0196E: hue angle of 334.37º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0196E is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22425110-
CMYK00.890.510.12
HSL334.37º79.92%48.82%-
HSV(B)334.37º88.84%87.84%-
XYZ33.917.6716.38-
YUV94.19136.93220.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.40%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=62.40%
G=6.96%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242511000.890.510.12334.3779.9248.82
HexE0196E05933C14e5031
Octal340311560131631451612061
Binary111000001100111011100101100111001111001010011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0196E; }

 p { color: rgb(224,25,110); }

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

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

 a { background-color: rgb(224,25,110); }

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

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

 span { border-color: rgb(224,25,110); }

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