#E2185F

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

Shades of Ruby #E2185F

Tints of Ruby #E2185F

Color information

#E2185F (or 0xE2185F) is unknown color: approx Ruby. HEX triplet: E2, 18 and 5F. RGB value is (226,24,95). Sum of RGB (Red+Green+Blue) = 226+24+95=345 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.51% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 226 - color contains mainly: red. Hex color #E2185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2185F is #1DE7A0. Grayscale: #5C5C5C. Windows color (decimal): -1959841 or 6232290. OLE color: 6232290.

HSL color Cylindrical-coordinate representation of color #E2185F: hue angle of 338.91º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2185F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2262495-
CMYK00.890.580.11
HSL338.91º80.8%49.02%-
HSV(B)338.91º89.38%88.63%-
XYZ33.7617.6512.45-
YUV92.49129.42223.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.51%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=65.51%
G=6.96%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226249500.890.580.11338.9180.849.02
HexE2185F0593AB1535131
Octal342301370131721352312161
Binary111000101100010111110101100111101010111010100111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2185F; }

 p { color: rgb(226,24,95); }

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

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

 a { background-color: rgb(226,24,95); }

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

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

 span { border-color: rgb(226,24,95); }

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