Html Css Color HEX #EB186E Ruby

📋 copy color: '#EB186E'

red 235 ◦ green 24 ◦ blue 110

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

Shades of Ruby #EB186E

Tints of Ruby #EB186E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 63.69%
G = 6.5%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB186E (or 0xEB186E) is known color: Ruby. HEX triplet: EB, 18 and 6E. RGB value is (235,24,110). Sum of RGB (Red+Green+Blue) = 235+24+110=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB186E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB186E is #14E791. Grayscale: #606060. Windows color (decimal): -1370002 or 7215339. OLE color: 7215339.

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

Color convert

RGB 235 24 110 -
CMYK 0 0.90 0.53 0.08
HSL 335.55º 0.84% 0.51% -
HSV(B) 335.55º 0.9% 0.92% -
XYZ 37.4 19.44 16.53 -
YUV 96.89 135.4 226.51 -
System Red Green Blue C M Y K H S L
Decimal 235 24 110 0 0.90 0.53 0.08 335.55 0.84 0.51
Hex EB 18 6E 0 5A 35 8 150 54 33
Octal 353 30 156 0 132 65 10 520 124 63
Binary 11101011 11000 1101110 0 1011010 110101 1000 101010000 1010100 110011

Color Harmonies of #EB186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB186E

Black with #EB186E

Text Example


Text Example

White with #EB186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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