Html Css Color HEX #EB1168 Ruby

📋 copy color: '#EB1168'

red 235 ◦ green 17 ◦ blue 104

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

Shades of Ruby #EB1168

Tints of Ruby #EB1168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 66.01%
G = 4.78%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB1168 (or 0xEB1168) is known color: Ruby. HEX triplet: EB, 11 and 68. RGB value is (235,17,104). Sum of RGB (Red+Green+Blue) = 235+17+104=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1168 is #14EE97. Grayscale: #5B5B5B. Windows color (decimal): -1371800 or 6820331. OLE color: 6820331.

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

Color convert

RGB 235 17 104 -
CMYK 0 0.93 0.56 0.08
HSL 336.06º 0.87% 0.49% -
HSV(B) 336.06º 0.93% 0.92% -
XYZ 36.96 19.06 14.83 -
YUV 92.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 235 17 104 0 0.93 0.56 0.08 336.06 0.87 0.49
Hex EB 11 68 0 5D 38 8 150 57 31
Octal 353 21 150 0 135 70 10 520 127 61
Binary 11101011 10001 1101000 0 1011101 111000 1000 101010000 1010111 110001

Color Harmonies of #EB1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1168

Black with #EB1168

Text Example


Text Example

White with #EB1168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1168; }

 p { color: rgb(235,17,104); }

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

background-color css

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

 a { background-color: rgb(235,17,104); }

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

border-color css

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

 span { border-color: rgb(235,17,104); }

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