#E4067C

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

Shades of Ruby #E4067C

Tints of Ruby #E4067C

Color information

#E4067C (or 0xE4067C) is unknown color: approx Ruby. HEX triplet: E4, 06 and 7C. RGB value is (228,6,124). Sum of RGB (Red+Green+Blue) = 228+6+124=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4067C is #1BF983. Grayscale: #555555. Windows color (decimal): -1833348 or 8128228. OLE color: 8128228.

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

Color convert

RGB2286124-
CMYK00.970.460.11
HSL328.11º94.87%45.88%-
HSV(B)328.11º97.37%89.41%-
XYZ35.718.0820.68-
YUV85.83149.55229.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 63.69%
GREEN value IS 6 (2.73% from 255) = 1.68%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=63.69%
G=1.68%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228612400.970.460.11328.1194.8745.88
HexE467C0612EB1485f2e
Octal34461740141561351013756
Binary1110010011011111000110000110111010111010010001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4067C; }

 p { color: rgb(228,6,124); }

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

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

 a { background-color: rgb(228,6,124); }

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

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

 span { border-color: rgb(228,6,124); }

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