Html Css Color HEX #EB1759 Ruby

📋 copy color: '#EB1759'

red 235 ◦ green 23 ◦ blue 89

#EB1759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #EB1759

Tints of Ruby #EB1759

RGB

 RED value IS 235 (92.19% from 255) = 67.72%

 GREEN value IS 23 (9.38% from 255) = 6.63%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 67.72%
G = 6.63%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB1759 (or 0xEB1759) is known color: Ruby. HEX triplet: EB, 17 and 59. RGB value is (235,23,89). Sum of RGB (Red+Green+Blue) = 235+23+89=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1759 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1759 is #14E8A6. Grayscale: #5D5D5D. Windows color (decimal): -1370279 or 5838827. OLE color: 5838827.

HSL color Cylindrical-coordinate representation of color #EB1759: hue angle of 341.32º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1759 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 23 89 -
CMYK 0 0.90 0.62 0.08
HSL 341.32º 0.84% 0.51% -
HSV(B) 341.32º 0.9% 0.92% -
XYZ 36.37 19 11.2 -
YUV 93.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 235 23 89 0 0.90 0.62 0.08 341.32 0.84 0.51
Hex EB 17 59 0 5A 3E 8 155 54 33
Octal 353 27 131 0 132 76 10 525 124 63
Binary 11101011 10111 1011001 0 1011010 111110 1000 101010101 1010100 110011

Color Harmonies of #EB1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1759

Black with #EB1759

Text Example


Text Example

White with #EB1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1759; }

 p { color: rgb(235,23,89); }

 H1.HeaderClassName
 {
   color: #EB1759;
 }
 .AnyTagClassName
 {
   color: #EB1759;
 }
</style>

background-color css

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

 a { background-color: rgb(235,23,89); }

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

border-color css

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

 span { border-color: rgb(235,23,89); }

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