#E72072

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

Shades of Ruby #E72072

Tints of Ruby #E72072

Color information

#E72072 (or 0xE72072) is unknown color: approx Ruby. HEX triplet: E7, 20 and 72. RGB value is (231,32,114). Sum of RGB (Red+Green+Blue) = 231+32+114=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E72072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72072 is #18DF8D. Grayscale: #646464. Windows color (decimal): -1630094 or 7479527. OLE color: 7479527.

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

Color convert

RGB23132114-
CMYK00.860.510.09
HSL335.28º80.57%51.57%-
HSV(B)335.28º86.15%90.59%-
XYZ36.5119.2417.71-
YUV100.85135.43220.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 61.27%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=61.27%
G=8.49%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313211400.860.510.09335.2880.5751.57
HexE7207205633914f5134
Octal347401620126631151712164
Binary1110011110000011100100101011011001110011010011111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72072; }

 p { color: rgb(231,32,114); }

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

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

 a { background-color: rgb(231,32,114); }

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

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

 span { border-color: rgb(231,32,114); }

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