Html Css Color HEX #EB1666 Ruby

📋 copy color: '#EB1666'

red 235 ◦ green 22 ◦ blue 102

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

Shades of Ruby #EB1666

Tints of Ruby #EB1666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 65.46%
G = 6.13%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB1666 (or 0xEB1666) is known color: Ruby. HEX triplet: EB, 16 and 66. RGB value is (235,22,102). Sum of RGB (Red+Green+Blue) = 235+22+102=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1666 is #14E999. Grayscale: #5E5E5E. Windows color (decimal): -1370522 or 6690539. OLE color: 6690539.

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

Color convert

RGB 235 22 102 -
CMYK 0 0.91 0.57 0.08
HSL 337.46º 0.84% 0.5% -
HSV(B) 337.46º 0.91% 0.92% -
XYZ 36.95 19.2 14.33 -
YUV 94.81 132.07 228 -
System Red Green Blue C M Y K H S L
Decimal 235 22 102 0 0.91 0.57 0.08 337.46 0.84 0.5
Hex EB 16 66 0 5B 39 8 151 54 32
Octal 353 26 146 0 133 71 10 521 124 62
Binary 11101011 10110 1100110 0 1011011 111001 1000 101010001 1010100 110010

Color Harmonies of #EB1666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1666

Black with #EB1666

Text Example


Text Example

White with #EB1666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1666; }

 p { color: rgb(235,22,102); }

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

background-color css

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

 a { background-color: rgb(235,22,102); }

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

border-color css

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

 span { border-color: rgb(235,22,102); }

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