Html Css Color HEX #EB186B Ruby

📋 copy color: '#EB186B'

red 235 ◦ green 24 ◦ blue 107

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

Shades of Ruby #EB186B

Tints of Ruby #EB186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 64.21%
G = 6.56%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB186B (or 0xEB186B) is known color: Ruby. HEX triplet: EB, 18 and 6B. RGB value is (235,24,107). Sum of RGB (Red+Green+Blue) = 235+24+107=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB186B is #14E794. Grayscale: #606060. Windows color (decimal): -1370005 or 7018731. OLE color: 7018731.

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

Color convert

RGB 235 24 107 -
CMYK 0 0.90 0.54 0.08
HSL 336.4º 0.84% 0.51% -
HSV(B) 336.4º 0.9% 0.92% -
XYZ 37.24 19.38 15.69 -
YUV 96.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 235 24 107 0 0.90 0.54 0.08 336.4 0.84 0.51
Hex EB 18 6B 0 5A 36 8 150 54 33
Octal 353 30 153 0 132 66 10 520 124 63
Binary 11101011 11000 1101011 0 1011010 110110 1000 101010000 1010100 110011

Color Harmonies of #EB186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB186B

Black with #EB186B

Text Example


Text Example

White with #EB186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB186B; }

 p { color: rgb(235,24,107); }

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

background-color css

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

 a { background-color: rgb(235,24,107); }

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

border-color css

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

 span { border-color: rgb(235,24,107); }

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