#EB1C5C

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

Shades of Ruby #EB1C5C

Tints of Ruby #EB1C5C

Color information

#EB1C5C (or 0xEB1C5C) is unknown color: approx Ruby. HEX triplet: EB, 1C and 5C. RGB value is (235,28,92). Sum of RGB (Red+Green+Blue) = 235+28+92=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB1C5C is #14E3A3. Grayscale: #616161. Windows color (decimal): -1368996 or 6036715. OLE color: 6036715.

HSL color Cylindrical-coordinate representation of color #EB1C5C: hue angle of 341.45º 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 #EB1C5C is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2352892-
CMYK00.880.610.08
HSL341.45º83.81%51.57%-
HSV(B)341.45º88.09%92.16%-
XYZ36.6119.2711.91-
YUV97.19125.08226.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.20%
GREEN value IS 28 (11.33% from 255) = 7.89%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=66.20%
G=7.89%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235289200.880.610.08341.4583.8151.57
HexEB1C5C0583D81555434
Octal353341340130751052512464
Binary111010111110010111000101100011110110001010101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB1C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB1C5C; }

 p { color: rgb(235,28,92); }

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

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

 a { background-color: rgb(235,28,92); }

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

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

 span { border-color: rgb(235,28,92); }

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