Html Css Color HEX #EB166F Ruby

📋 copy color: '#EB166F'

red 235 ◦ green 22 ◦ blue 111

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

Shades of Ruby #EB166F

Tints of Ruby #EB166F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 63.86%
G = 5.98%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB166F (or 0xEB166F) is known color: Ruby. HEX triplet: EB, 16 and 6F. RGB value is (235,22,111). Sum of RGB (Red+Green+Blue) = 235+22+111=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB166F is #14E990. Grayscale: #5F5F5F. Windows color (decimal): -1370513 or 7280363. OLE color: 7280363.

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

Color convert

RGB 235 22 111 -
CMYK 0 0.91 0.53 0.08
HSL 334.93º 0.84% 0.5% -
HSV(B) 334.93º 0.91% 0.92% -
XYZ 37.42 19.38 16.81 -
YUV 95.83 136.57 227.26 -
System Red Green Blue C M Y K H S L
Decimal 235 22 111 0 0.91 0.53 0.08 334.93 0.84 0.5
Hex EB 16 6F 0 5B 35 8 14F 54 32
Octal 353 26 157 0 133 65 10 517 124 62
Binary 11101011 10110 1101111 0 1011011 110101 1000 101001111 1010100 110010

Color Harmonies of #EB166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB166F

Black with #EB166F

Text Example


Text Example

White with #EB166F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB166F; }

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

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

background-color css

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

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

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

border-color css

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

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

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