#E3027B

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

Shades of Ruby #E3027B

Tints of Ruby #E3027B

Color information

#E3027B (or 0xE3027B) is unknown color: approx Ruby. HEX triplet: E3, 02 and 7B. RGB value is (227,2,123). Sum of RGB (Red+Green+Blue) = 227+2+123=352 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.49% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 227 - color contains mainly: red. Hex color #E3027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3027B is #1CFD84. Grayscale: #525252. Windows color (decimal): -1899909 or 8061667. OLE color: 8061667.

HSL color Cylindrical-coordinate representation of color #E3027B: hue angle of 327.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3027B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB2272123-
CMYK00.990.460.11
HSL327.73º98.25%44.9%-
HSV(B)327.73º99.12%89.02%-
XYZ35.2817.820.32-
YUV83.07150.54230.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.49%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=64.49%
G=0.57%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227212300.990.460.11327.7398.2544.9
HexE327B0632EB148622d
Octal34321730143561351014255
Binary111000111011110110110001110111010111010010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3027B; }

 p { color: rgb(227,2,123); }

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

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

 a { background-color: rgb(227,2,123); }

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

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

 span { border-color: rgb(227,2,123); }

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