#E8067B

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

Shades of Ruby #E8067B

Tints of Ruby #E8067B

Color information

#E8067B (or 0xE8067B) is unknown color: approx Ruby. HEX triplet: E8, 06 and 7B. RGB value is (232,6,123). Sum of RGB (Red+Green+Blue) = 232+6+123=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 6 (2.73% from 255 or 1.66% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8067B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8067B is #17F984. Grayscale: #565656. Windows color (decimal): -1571205 or 8062696. OLE color: 8062696.

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

Color convert

RGB2326123-
CMYK00.970.470.09
HSL328.94º94.96%46.67%-
HSV(B)328.94º97.41%90.98%-
XYZ36.9218.7220.41-
YUV86.91148.37231.49-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.27%
GREEN value IS 6 (2.73% from 255) = 1.66%
BLUE value IS 123 (48.44% from 255) = 34.07%
R=64.27%
G=1.66%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232612300.970.470.09328.9494.9646.67
HexE867B0612F91495f2f
Octal35061730141571151113757
Binary1110100011011110110110000110111110011010010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8067B; }

 p { color: rgb(232,6,123); }

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

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

 a { background-color: rgb(232,6,123); }

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

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

 span { border-color: rgb(232,6,123); }

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