Html Css Color HEX #EB1063 Ruby

📋 copy color: '#EB1063'

red 235 ◦ green 16 ◦ blue 99

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

Shades of Ruby #EB1063

Tints of Ruby #EB1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.57%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 67.14%
G = 4.57%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB1063 (or 0xEB1063) is known color: Ruby. HEX triplet: EB, 10 and 63. RGB value is (235,16,99). Sum of RGB (Red+Green+Blue) = 235+16+99=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1063 is #14EF9C. Grayscale: #5A5A5A. Windows color (decimal): -1372061 or 6492395. OLE color: 6492395.

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

Color convert

RGB 235 16 99 -
CMYK 0 0.93 0.58 0.08
HSL 337.26º 0.87% 0.49% -
HSV(B) 337.26º 0.93% 0.92% -
XYZ 36.7 18.93 13.52 -
YUV 90.94 132.55 230.75 -
System Red Green Blue C M Y K H S L
Decimal 235 16 99 0 0.93 0.58 0.08 337.26 0.87 0.49
Hex EB 10 63 0 5D 3A 8 151 57 31
Octal 353 20 143 0 135 72 10 521 127 61
Binary 11101011 10000 1100011 0 1011101 111010 1000 101010001 1010111 110001

Color Harmonies of #EB1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1063

Black with #EB1063

Text Example


Text Example

White with #EB1063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1063; }

 p { color: rgb(235,16,99); }

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

background-color css

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

 a { background-color: rgb(235,16,99); }

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

border-color css

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

 span { border-color: rgb(235,16,99); }

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