#EB1D78

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

Shades of Ruby #EB1D78

Tints of Ruby #EB1D78

Color information

#EB1D78 (or 0xEB1D78) is unknown color: approx Ruby. HEX triplet: EB, 1D and 78. RGB value is (235,29,120). Sum of RGB (Red+Green+Blue) = 235+29+120=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1D78 is #14E287. Grayscale: #646464. Windows color (decimal): -1368712 or 7871979. OLE color: 7871979.

HSL color Cylindrical-coordinate representation of color #EB1D78: hue angle of 333.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D78 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23529120-
CMYK00.880.490.08
HSL333.5º83.74%51.76%-
HSV(B)333.5º87.66%92.16%-
XYZ38.0919.919.6-
YUV100.97138.75223.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.20%
GREEN value IS 29 (11.72% from 255) = 7.55%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=61.20%
G=7.55%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352912000.880.490.08333.583.7451.76
HexEB1D7805831814d5434
Octal353351700130611051512464
Binary111010111110111110000101100011000110001010011011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1D78; }

 p { color: rgb(235,29,120); }

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

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

 a { background-color: rgb(235,29,120); }

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

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

 span { border-color: rgb(235,29,120); }

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