#E0196F

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

Shades of Ruby #E0196F

Tints of Ruby #E0196F

Color information

#E0196F (or 0xE0196F) is unknown color: approx Ruby. HEX triplet: E0, 19 and 6F. RGB value is (224,25,111). Sum of RGB (Red+Green+Blue) = 224+25+111=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E0196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0196F is #1FE690. Grayscale: #5E5E5E. Windows color (decimal): -2090641 or 7281120. OLE color: 7281120.

HSL color Cylindrical-coordinate representation of color #E0196F: hue angle of 334.07º 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 #E0196F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB22425111-
CMYK00.890.500.12
HSL334.07º79.92%48.82%-
HSV(B)334.07º88.84%87.84%-
XYZ33.9617.6916.66-
YUV94.3137.43220.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.22%
GREEN value IS 25 (10.16% from 255) = 6.94%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=62.22%
G=6.94%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242511100.890.500.12334.0779.9248.82
HexE0196F05932C14e5031
Octal340311570131621451612061
Binary111000001100111011110101100111001011001010011101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0196F; }

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

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

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

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

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

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

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

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