Html Css Color HEX #E6186B Ruby

📋 copy color: '#E6186B'

red 230 ◦ green 24 ◦ blue 107

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

Shades of Ruby #E6186B

Tints of Ruby #E6186B

RGB

 RED value IS 230 (90.23% from 255) = 63.71%

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

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

R = 63.71%
G = 6.65%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6186B (or 0xE6186B) is known color: Ruby. HEX triplet: E6, 18 and 6B. RGB value is (230,24,107). Sum of RGB (Red+Green+Blue) = 230+24+107=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6186B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6186B is #19E794. Grayscale: #5E5E5E. Windows color (decimal): -1697685 or 7018726. OLE color: 7018726.

HSL color Cylindrical-coordinate representation of color #E6186B: hue angle of 335.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6186B is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 24 107 -
CMYK 0 0.90 0.53 0.10
HSL 335.83º 0.81% 0.5% -
HSV(B) 335.83º 0.9% 0.9% -
XYZ 35.61 18.54 15.61 -
YUV 95.06 134.75 224.25 -
System Red Green Blue C M Y K H S L
Decimal 230 24 107 0 0.90 0.53 0.10 335.83 0.81 0.5
Hex E6 18 6B 0 5A 35 A 150 51 32
Octal 346 30 153 0 132 65 12 520 121 62
Binary 11100110 11000 1101011 0 1011010 110101 1010 101010000 1010001 110010

Color Harmonies of #E6186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6186B

Black with #E6186B

Text Example


Text Example

White with #E6186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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