#E90C72

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

Shades of Ruby #E90C72

Tints of Ruby #E90C72

Color information

#E90C72 (or 0xE90C72) is unknown color: approx Ruby. HEX triplet: E9, 0C and 72. RGB value is (233,12,114). Sum of RGB (Red+Green+Blue) = 233+12+114=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90C72 is #16F38D. Grayscale: #595959. Windows color (decimal): -1504142 or 7474409. OLE color: 7474409.

HSL color Cylindrical-coordinate representation of color #E90C72: hue angle of 332.31º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C72 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB23312114-
CMYK00.950.510.09
HSL332.31º90.2%48.04%-
HSV(B)332.31º94.85%91.37%-
XYZ36.7718.817.61-
YUV89.71141.72230.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 64.90%
GREEN value IS 12 (5.08% from 255) = 3.34%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=64.90%
G=3.34%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331211400.950.510.09332.3190.248.04
HexE9C7205F33914c5a30
Octal351141620137631151413260
Binary11101001110011100100101111111001110011010011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90C72; }

 p { color: rgb(233,12,114); }

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

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

 a { background-color: rgb(233,12,114); }

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

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

 span { border-color: rgb(233,12,114); }

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